Skip to content

Commit

Permalink
fix colour panel resize bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed Aug 4, 2024
1 parent 61ed928 commit 4391e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/mapping_editors/KeyEditorControls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void KeyEditorControls::resized()

colourPalettePanel->setBounds(colourColumnX, 0, colourColumnWidth, h);
colourPalettePanel->setIndentSize(contentMarginHeight, false);
colourPalettePanel->setTabBarDepth(headerHeight, false);
colourPalettePanel->setTabBarDepth(headerHeight, true);
}

void KeyEditorControls::selectionChanged()
Expand Down

0 comments on commit 4391e8b

Please sign in to comment.