ui: Fixed color scheme not updated on refresh
This commit is contained in:
@@ -61,7 +61,6 @@ void QtSearchView::doRefreshView()
|
||||
{
|
||||
setStyleSheet();
|
||||
m_widget->refreshStyle();
|
||||
m_widget->setMatches(std::vector<SearchMatch>());
|
||||
}
|
||||
|
||||
void QtSearchView::doSetMatches(const std::vector<SearchMatch>& matches)
|
||||
|
||||
Reference in New Issue
Block a user