mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-17 06:08:58 +00:00
#201 Always display Track/Sector in full screen mode. Also show at start-up.
This commit is contained in:
parent
b2e5770e51
commit
21e5ebc619
@ -761,6 +761,8 @@ static void DrawStatusArea (HDC passdc, int drawflags)
|
||||
{
|
||||
SelectObject(dc,smallfont);
|
||||
|
||||
FrameDrawDiskStatus( dc );
|
||||
|
||||
#if HD_LED
|
||||
SetTextColor(dc, g_aDiskFullScreenColorsLED[ eHardDriveStatus ] );
|
||||
TextOut(dc,x+23,y+2,TEXT("H"),1);
|
||||
@ -824,6 +826,7 @@ static void DrawStatusArea (HDC passdc, int drawflags)
|
||||
if (drawflags & DRAW_LEDS)
|
||||
{
|
||||
FrameDrawDiskLEDS( dc );
|
||||
FrameDrawDiskStatus( dc );
|
||||
|
||||
if (!IS_APPLE2)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user