From 56572fbc787b95cc109f4ad876cd0f61a62d521c Mon Sep 17 00:00:00 2001 From: tomch Date: Thu, 16 Apr 2009 21:29:28 +0000 Subject: [PATCH] Fix: Sticky CTRL flag - clicking "Go Apple" button would do Ctrl-Reset, not Power-cycle --- source/Frame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Frame.cpp b/source/Frame.cpp index 454f4978..03c3eab6 100644 --- a/source/Frame.cpp +++ b/source/Frame.cpp @@ -1393,6 +1393,7 @@ void ProcessButtonClick (int button) break; case BTN_RUN: + KeybUpdateCtrlShiftStatus(); if( g_bCtrlKey ) { CtrlReset();