1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fixed issue with setting tabs movable

- regression from previous commit
This commit is contained in:
nowrep 2012-06-27 00:14:51 +02:00
parent 8da91fde13
commit 4017c5303e

View File

@ -61,6 +61,7 @@ TabBar::TabBar(QupZilla* mainClass, TabWidget* tabWidget)
setDocumentMode(true);
setFocusPolicy(Qt::NoFocus);
setMouseTracking(true);
setMovable(true);
setAcceptDrops(true);