1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

LineEdit: Clicking on SideWidget will not pass focus to LineEdit

This commit is contained in:
David Rosca 2017-01-27 16:29:26 +01:00
parent 5adcc6b4d9
commit ad024ec739

View File

@ -31,6 +31,7 @@ SideWidget::SideWidget(QWidget* parent)
: QWidget(parent)
{
setCursor(Qt::ArrowCursor);
setFocusPolicy(Qt::ClickFocus);
}
bool SideWidget::event(QEvent* event)