mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-20 11:31:24 +00:00
Fixed: Full Screen Drive LEDs not displaying for Read-Only.
This commit is contained in:
parent
a49cdf4d96
commit
c819b8fc72
@ -473,6 +473,8 @@ static void DrawStatusArea (HDC passdc, int drawflags)
|
|||||||
TextOut(dc,x+13,y+2,TEXT("2"),1);
|
TextOut(dc,x+13,y+2,TEXT("2"),1);
|
||||||
|
|
||||||
// Feature Request #3581 ] drive lights in full screen mode
|
// 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
|
// Full Screen Drive LED
|
||||||
// Note: Made redundant with above code
|
// Note: Made redundant with above code
|
||||||
// RECT rect = {0,0,8,8};
|
// RECT rect = {0,0,8,8};
|
||||||
|
Loading…
Reference in New Issue
Block a user