mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 18:27:29 +00:00
Fix: Sticky CTRL flag - clicking "Go Apple" button would do Ctrl-Reset, not Power-cycle
This commit is contained in:
@@ -1393,6 +1393,7 @@ void ProcessButtonClick (int button)
|
||||
break;
|
||||
|
||||
case BTN_RUN:
|
||||
KeybUpdateCtrlShiftStatus();
|
||||
if( g_bCtrlKey )
|
||||
{
|
||||
CtrlReset();
|
||||
|
Reference in New Issue
Block a user