From 87d997704f610b2334e6f1894528f26d2b6d2854 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 29 May 2019 12:20:31 -0700 Subject: [PATCH] Enable cairo switch Hooks up the action to the event. Fixes: lp:1830976 * https://bugs.launchpad.net/kicad/+bug/1830976 --- common/tool/common_tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tool/common_tools.cpp b/common/tool/common_tools.cpp index 57753382be..029437fa09 100644 --- a/common/tool/common_tools.cpp +++ b/common/tool/common_tools.cpp @@ -561,7 +561,7 @@ void COMMON_TOOLS::setTransitions() Go( &COMMON_TOOLS::ToggleCursorStyle, ACTIONS::toggleCursorStyle.MakeEvent() ); Go( &COMMON_TOOLS::SwitchCanvas, ACTIONS::acceleratedGraphics.MakeEvent() ); - Go( &COMMON_TOOLS::SwitchCanvas, ACTIONS::acceleratedGraphics.MakeEvent() ); + Go( &COMMON_TOOLS::SwitchCanvas, ACTIONS::standardGraphics.MakeEvent() ); }