mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Fixing bug when Flash overrides cursor and it won't change it back
This commit is contained in:
parent
b73bcf5808
commit
d0342e87ad
@ -91,6 +91,7 @@ QupZilla::QupZilla(bool tryRestore, QUrl startUrl) :
|
||||
{
|
||||
setObjectName("mainwindow");
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setCursor(Qt::ArrowCursor);
|
||||
this->setWindowTitle("QupZilla");
|
||||
setUpdatesEnabled(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user