summaryrefslogtreecommitdiffstats
path: root/macosx/HBOutputPanelController.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2015-09-04 09:06:42 +0200
committerDamiano Galassi <[email protected]>2015-09-04 09:06:42 +0200
commit93a0685f2cad12828ad62d112eb1ddaac1af3a32 (patch)
tree608aa614227fc65f17a84cc9a1127c921db9c96a /macosx/HBOutputPanelController.m
parent5f6634be9040a83427b05b2478294879eb843c82 (diff)
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
Diffstat (limited to 'macosx/HBOutputPanelController.m')
-rw-r--r--macosx/HBOutputPanelController.m7
1 files changed, 0 insertions, 7 deletions
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];