mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
fix(ui): fix compilation on macOS
This commit is contained in:
parent
07fdaec85d
commit
bf8ef66580
@ -63,7 +63,7 @@ SearchSidebar::SearchSidebar(const SearchSidebar *other, QWidget *parent)
|
||||
m_treeView->setHeaderHidden(true);
|
||||
m_treeView->setUniformRowHeights(true);
|
||||
#ifdef Q_OS_MACOS
|
||||
m_searchResultView->setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||
m_treeView->setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||
#endif
|
||||
|
||||
// Save expanded items.
|
||||
|
Loading…
Reference in New Issue
Block a user