mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
PopupWebView: Fix window.close() handling
This commit is contained in:
parent
bde4b3ad0e
commit
288150ccf9
@ -56,7 +56,7 @@ void PopupWebView::loadInNewTab(const LoadRequest &req, Qz::NewTabPositionFlags
|
||||
|
||||
void PopupWebView::closeView()
|
||||
{
|
||||
parentWidget()->close();
|
||||
window()->close();
|
||||
}
|
||||
|
||||
bool PopupWebView::isFullScreen()
|
||||
|
Loading…
Reference in New Issue
Block a user