diff options
Diffstat (limited to 'cocoa/InfoBar.mm')
-rw-r--r-- | cocoa/InfoBar.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/InfoBar.mm b/cocoa/InfoBar.mm index 11d148fb8..652744d9d 100644 --- a/cocoa/InfoBar.mm +++ b/cocoa/InfoBar.mm @@ -95,6 +95,7 @@ mCurrentCaretX = 0; mCurrentCaretY = 0; [self createItems]; + self.clipsToBounds = TRUE; } return self; } |