diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-15 23:21:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-15 23:21:52 +0300 |
commit | de5b0753bd94e014f0e81fc676b21c251aabd326 (patch) | |
tree | 8d0e306c83bb72eb500e34fa41e6d10918544739 /src/gui/widgets/tabs/tab.h | |
parent | 1e59c7e61474e89e08dcb40134d8be5f5ae76bf4 (diff) | |
download | plus-de5b0753bd94e014f0e81fc676b21c251aabd326.tar.gz plus-de5b0753bd94e014f0e81fc676b21c251aabd326.tar.bz2 plus-de5b0753bd94e014f0e81fc676b21c251aabd326.tar.xz plus-de5b0753bd94e014f0e81fc676b21c251aabd326.zip |
Fix code style.
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. |