mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Fixed incorrectly showing close buttons on tabs after restoring session.
Only reproducible when tabs overflows the tabbar. Also fixed build warning on Windows.
This commit is contained in:
parent
ffdbb49444
commit
5740873ed6
@ -467,7 +467,6 @@ isEqual(QT_MAJOR_VERSION, 5) {
|
||||
win32 {
|
||||
HEADERS += other/registerqappassociation.h
|
||||
SOURCES += other/registerqappassociation.cpp
|
||||
RESOURCES += data/certs.qrc
|
||||
}
|
||||
|
||||
mac {
|
||||
|
@ -55,7 +55,7 @@ TabBar::TabBar(QupZilla* mainClass, TabWidget* tabWidget)
|
||||
setElideMode(Qt::ElideRight);
|
||||
setDocumentMode(true);
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
setTabsClosable(true);
|
||||
//setTabsClosable(true);
|
||||
setMouseTracking(true);
|
||||
setMovable(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user