We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fcc56 commit 702707bCopy full SHA for 702707b
src/tiled/propertiesdock.cpp
@@ -188,7 +188,7 @@ void PropertiesDock::updateTabs()
188
mTabBar->setTabVisible(TileTab, tilesSelected);
189
mTabBar->setTabVisible(WangSetTab, wangSetSelected);
190
mTabBar->setTabVisible(WangColorTab, wangColorSelected || wangSetSelected);
191
- mTabBar->tabRect(0); // Force recalculation of tab sizes
+ mTabBar->setTabButton(0, QTabBar::LeftSide, nullptr); // Force recalculation of tab sizes
192
193
int currentIndex = -1;
194
if (currentObject) {
0 commit comments