From c819b8fc7207264ab0d832b810568c91d3df334c Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Thu, 19 Feb 2009 00:04:54 +0000 Subject: [PATCH] Fixed: Full Screen Drive LEDs not displaying for Read-Only. --- source/Frame.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Frame.cpp b/source/Frame.cpp index 60a2d8b0..d6267d7c 100644 --- a/source/Frame.cpp +++ b/source/Frame.cpp @@ -473,6 +473,8 @@ static void DrawStatusArea (HDC passdc, int drawflags) TextOut(dc,x+13,y+2,TEXT("2"),1); // Feature Request #3581 ] drive lights in full screen mode + // This has been in for a while, at least since 1.12.7.1 + // Full Screen Drive LED // Note: Made redundant with above code // RECT rect = {0,0,8,8};