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 1bc225ee1..69cb7cf95 100644 --- a/src/gui/widgets/tabs/tab.h +++ b/src/gui/widgets/tabs/tab.h @@ -172,7 +172,7 @@ class Tab notfinal : public BasicContainer, * Set tab flashing state */ void setFlash(const int flash) - { mFlash = flash; } + { mFlash = flash; mRedraw = true; } int getFlash() const A_WARN_UNUSED { return mFlash; } |