#201 Always display Track/Sector in full screen mode. Also show at start-up.

This commit is contained in:
michaelangel007 2014-07-28 08:36:39 -07:00
parent b2e5770e51
commit 21e5ebc619

View File

@ -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)
{