mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
LineEdit: Clicking on SideWidget will not pass focus to LineEdit
This commit is contained in:
parent
5adcc6b4d9
commit
ad024ec739
1
src/lib/3rdparty/lineedit.cpp
vendored
1
src/lib/3rdparty/lineedit.cpp
vendored
@ -31,6 +31,7 @@ SideWidget::SideWidget(QWidget* parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setCursor(Qt::ArrowCursor);
|
||||
setFocusPolicy(Qt::ClickFocus);
|
||||
}
|
||||
|
||||
bool SideWidget::event(QEvent* event)
|
||||
|
Loading…
Reference in New Issue
Block a user