From 93a0685f2cad12828ad62d112eb1ddaac1af3a32 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Fri, 4 Sep 2015 09:06:42 +0200 Subject: [PATCH] MacGui: enable core animation in the activity window so the bottom corners of the window will be rounded like they should, and move the search bar setting directly in the xib because we no longer need to support 10.6 --- macosx/English.lproj/OutputPanel.xib | 16 ++++++++-------- macosx/HBOutputPanelController.m | 7 ------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/macosx/English.lproj/OutputPanel.xib b/macosx/English.lproj/OutputPanel.xib index 10c83460a..fcd17d483 100644 --- a/macosx/English.lproj/OutputPanel.xib +++ b/macosx/English.lproj/OutputPanel.xib @@ -1,9 +1,9 @@ - + - + @@ -14,13 +14,13 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -51,12 +51,12 @@ - diff --git a/macosx/HBOutputPanelController.m b/macosx/HBOutputPanelController.m index 9f91f4a9c..654d9c85f 100644 --- a/macosx/HBOutputPanelController.m +++ b/macosx/HBOutputPanelController.m @@ -57,13 +57,6 @@ // We initialize the outputTextStorage object for the activity window outputTextStorage = [[NSTextStorage alloc] init]; - - // Use the inline search bar if available. - if ([textView respondsToSelector:@selector(setUsesFindBar:)]) - { - [textView setUsesFindBar:YES]; - } - [[textView layoutManager] replaceTextStorage:outputTextStorage]; [[textView enclosingScrollView] setLineScroll:10]; [[textView enclosingScrollView] setPageScroll:20]; -- 2.40.0