From cc16dce85a0154a2cd5c57c48ff9c572f2c8f6b2 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. --- source/Frame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Frame.cpp b/source/Frame.cpp index 08fa0b85..6067e658 100644 --- a/source/Frame.cpp +++ b/source/Frame.cpp @@ -1045,6 +1045,7 @@ void SetFullScreenMode () { //=========================================================================== void SetNormalMode () { fullscreen = 0; + buttonover = -1; buttonx = BUTTONX; buttony = BUTTONY; viewportx = VIEWPORTX;