mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56: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");
|
setObjectName("mainwindow");
|
||||||
setAttribute(Qt::WA_DeleteOnClose);
|
setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
setCursor(Qt::ArrowCursor);
|
||||||
this->setWindowTitle("QupZilla");
|
this->setWindowTitle("QupZilla");
|
||||||
setUpdatesEnabled(false);
|
setUpdatesEnabled(false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user