mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fixed issue with setting tabs movable
- regression from previous commit
This commit is contained in:
parent
8da91fde13
commit
4017c5303e
|
@ -61,6 +61,7 @@ TabBar::TabBar(QupZilla* mainClass, TabWidget* tabWidget)
|
|||
setDocumentMode(true);
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
setMouseTracking(true);
|
||||
setMovable(true);
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user