From 43d1c774bf5b1e349603f4cb486f60fba9530835 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 16 Jun 2017 18:07:43 -0400 Subject: [PATCH] Improve focus rectangle on Mac Transport toolbar buttons, all themes --- src/toolbars/ControlToolBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbars/ControlToolBar.cpp b/src/toolbars/ControlToolBar.cpp index abcedfda4..7ea379ebe 100644 --- a/src/toolbars/ControlToolBar.cpp +++ b/src/toolbars/ControlToolBar.cpp @@ -144,7 +144,7 @@ AButton *ControlToolBar::MakeButton(teBmps eEnabledUp, teBmps eEnabledDown, teBm r->SetLabel(label); enum { deflation = #ifdef __WXMAC__ - 3 + 6 #else 12 #endif