mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 07:30:24 +00:00
Change debugger IO title to light blue for easier reading
This commit is contained in:
parent
248c141655
commit
335a8e5c5c
@ -2755,9 +2755,11 @@ void _DrawSoftSwitch( RECT & rect, int nAddress, bool bSet, char *sPrefix, char
|
|||||||
DebuggerSetColorFG( DebuggerGetColor( FG_DISASM_OPERATOR ) );
|
DebuggerSetColorFG( DebuggerGetColor( FG_DISASM_OPERATOR ) );
|
||||||
PrintTextCursorX( ":", temp );
|
PrintTextCursorX( ":", temp );
|
||||||
|
|
||||||
DebuggerSetColorFG( DebuggerGetColor( FG_INFO_TITLE ));
|
|
||||||
if( sPrefix )
|
if( sPrefix )
|
||||||
|
{
|
||||||
|
DebuggerSetColorFG( DebuggerGetColor( FG_INFO_REG )); // light blue
|
||||||
PrintTextCursorX( sPrefix, temp );
|
PrintTextCursorX( sPrefix, temp );
|
||||||
|
}
|
||||||
|
|
||||||
// 2.9.0.3
|
// 2.9.0.3
|
||||||
_DrawSoftSwitchHighlight( temp, bSet, sOn, sOff, bg_default );
|
_DrawSoftSwitchHighlight( temp, bSet, sOn, sOff, bg_default );
|
||||||
|
Loading…
Reference in New Issue
Block a user