diff --git a/Frameworks/OakFileBrowser/src/ui/OFBActionsView.mm b/Frameworks/OakFileBrowser/src/ui/OFBActionsView.mm index 49504088..afed6c5b 100644 --- a/Frameworks/OakFileBrowser/src/ui/OFBActionsView.mm +++ b/Frameworks/OakFileBrowser/src/ui/OFBActionsView.mm @@ -105,8 +105,8 @@ static NSImageView* OakCreateImageView (NSImage* image) - (void)drawRect:(NSRect)aRect { - [[NSColor windowBackgroundColor] set]; NSRectFill(aRect); - + [[NSColor windowBackgroundColor] set]; + NSRectFill(aRect); [super drawRect:aRect]; } @end