mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fix clicking on go icon when location completer popup is visible
Closes #2225
This commit is contained in:
parent
28273f9613
commit
e86f96878e
|
@ -1,6 +1,6 @@
|
|||
/* ============================================================
|
||||
* QupZilla - WebKit based browser
|
||||
* Copyright (C) 2010-2014 David Rosca <nowrep@gmail.com>
|
||||
* QupZilla - Qt web browser
|
||||
* Copyright (C) 2010-2017 David Rosca <nowrep@gmail.com>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -24,6 +24,7 @@ GoIcon::GoIcon(QWidget* parent)
|
|||
{
|
||||
setObjectName("locationbar-goicon");
|
||||
setCursor(Qt::PointingHandCursor);
|
||||
setFocusProxy(parent);
|
||||
}
|
||||
|
||||
void GoIcon::contextMenuEvent(QContextMenuEvent* ev)
|
||||
|
|
Loading…
Reference in New Issue
Block a user