From 8f9e7929002e0d3560a1a4e6e2ec0c20716ffbfd Mon Sep 17 00:00:00 2001 From: tomch Date: Thu, 20 Apr 2006 22:09:52 +0000 Subject: [PATCH] Fixed: [Bug #6790] Right click menu stops working on drives after switching from full screen back to Windows. --- AppleWin/source/Frame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/AppleWin/source/Frame.cpp b/AppleWin/source/Frame.cpp index 08fa0b85..6067e658 100644 --- a/AppleWin/source/Frame.cpp +++ b/AppleWin/source/Frame.cpp @@ -1045,6 +1045,7 @@ void SetFullScreenMode () { //=========================================================================== void SetNormalMode () { fullscreen = 0; + buttonover = -1; buttonx = BUTTONX; buttony = BUTTONY; viewportx = VIEWPORTX;