1
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:
nowrep 2011-10-02 18:22:15 +02:00
parent b73bcf5808
commit d0342e87ad

View File

@ -91,6 +91,7 @@ QupZilla::QupZilla(bool tryRestore, QUrl startUrl) :
{
setObjectName("mainwindow");
setAttribute(Qt::WA_DeleteOnClose);
setCursor(Qt::ArrowCursor);
this->setWindowTitle("QupZilla");
setUpdatesEnabled(false);