diff --git a/macosx/Controller.m b/macosx/Controller.m index 373500c73..017a9c132 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -259,6 +259,9 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi [fBottomTigerBar setHidden: NO]; [fBottomTigerLine setHidden: NO]; + [fActionButton setBezelStyle: NSSmallSquareBezelStyle]; + [fSpeedLimitButton setBezelStyle: NSSmallSquareBezelStyle]; + //status bar [fStatusBar setShowOnTiger: YES]; [fStatusButton setHidden: YES];