#201 Always display Track/Sector in full screen mode. Also show at start-up.
This commit is contained in:
parent
b2e5770e51
commit
21e5ebc619
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue