diff options
Diffstat (limited to 'src/gui/widgets/tabs/tab.h')
-rw-r--r-- | src/gui/widgets/tabs/tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/tab.h b/src/gui/widgets/tabs/tab.h index 69cb7cf95..65ebc57b7 100644 --- a/src/gui/widgets/tabs/tab.h +++ b/src/gui/widgets/tabs/tab.h @@ -122,7 +122,7 @@ class Tab notfinal : public BasicContainer, mTabColor = color1; mTabOutlineColor = color2; mRedraw = true; - } + } /** * Set the highlighted color for the tab's text. |