Skip to content

Commit

Permalink
Text color wasn't properly updated in Tabs::deselect()
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Jan 6, 2024
1 parent e49c071 commit e5e8975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Tabs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ namespace tgui
{
if (m_selectedTab >= 0)
{
updateTextColors();
m_selectedTab = -1;
updateTextColors();
}
}

Expand Down

0 comments on commit e5e8975

Please sign in to comment.