diff options
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 575270c71..2aec9345a 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -1061,6 +1061,7 @@ if (fRipIndicatorShown) { self.bottomConstrain.animator.constant = -WINDOW_HEIGHT_OFFSET; + fRipIndicator.hidden = YES; fRipIndicatorShown = NO; // Refresh the toolbar buttons @@ -1075,6 +1076,7 @@ { self.bottomConstrain.animator.constant = 0; fRipIndicatorShown = YES; + fRipIndicator.hidden = NO; // Refresh the toolbar buttons [self.window.toolbar validateVisibleItems]; |