mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
WebSearchBar: Set as focus proxy of engines button
BUG: 394091 FIXED-IN: 3.0.2
This commit is contained in:
parent
774dbf93de
commit
e8fa25e058
|
@ -65,6 +65,7 @@ WebSearchBar::WebSearchBar(BrowserWindow* window)
|
|||
|
||||
m_boxSearchType = new ButtonWithMenu(this);
|
||||
m_boxSearchType->setObjectName("websearchbar-searchprovider-combobox");
|
||||
m_boxSearchType->setFocusProxy(this);
|
||||
// RTL Support
|
||||
// If we don't add 'm_boxSearchType' by following code, then we should use suitable padding-left value
|
||||
// but then, when typing RTL text the layout dynamically changed and within RTL layout direction
|
||||
|
|
Loading…
Reference in New Issue
Block a user