Fix visual glitches in search-bar
Closes https://github.com/lxqt/qterminal/issues/249
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
SearchBar::SearchBar(QWidget *parent) : QWidget(parent)
|
||||
{
|
||||
widget.setupUi(this);
|
||||
setAutoFillBackground(true); // make it always opaque, especially inside translucent windows
|
||||
connect(widget.closeButton, SIGNAL(clicked()), this, SLOT(hide()));
|
||||
connect(widget.searchTextEdit, SIGNAL(textChanged(QString)), this, SIGNAL(searchCriteriaChanged()));
|
||||
connect(widget.findPreviousButton, SIGNAL(clicked()), this, SIGNAL(findPrevious()));
|
||||
|
||||
Reference in New Issue
Block a user