mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +00:00
Fix: Sticky CTRL flag - clicking "Go Apple" button would do Ctrl-Reset, not Power-cycle
This commit is contained in:
parent
0d32e55f36
commit
957c7cbf5d
@ -1393,6 +1393,7 @@ void ProcessButtonClick (int button)
|
||||
break;
|
||||
|
||||
case BTN_RUN:
|
||||
KeybUpdateCtrlShiftStatus();
|
||||
if( g_bCtrlKey )
|
||||
{
|
||||
CtrlReset();
|
||||
|
Loading…
x
Reference in New Issue
Block a user