From d8ea561736858af8030bdd215cd99e94f66a8f74 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 4 Oct 2017 23:08:51 -0300 Subject: [PATCH] Fix color of inactive menu items. --- source/ide/ide_methods.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 89a2690c9..dcc65a187 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -7857,7 +7857,7 @@ END SUB SUB ideshowtext _PALETTECOLOR 1, IDEBackgroundColor, 0 - _PALETTECOLOR 2, _RGB32(84, 84, 84) 'dark gray - help system and interface details + _PALETTECOLOR 2, _RGB32(84, 84, 84), 0 'dark gray - help system and interface details _PALETTECOLOR 6, IDEBackgroundColor2, 0 _PALETTECOLOR 8, IDENumbersColor, 0 _PALETTECOLOR 10, IDEMetaCommandColor, 0 @@ -11473,7 +11473,7 @@ FUNCTION idechoosecolorsbox COLOR , 7 _PALETTECOLOR 1, IDEBackgroundColor, 0 - _PALETTECOLOR 2, _RGB32(84, 84, 84) 'dark gray - help system and interface details + _PALETTECOLOR 2, _RGB32(84, 84, 84), 0 'dark gray - help system and interface details _PALETTECOLOR 6, IDEBackgroundColor2, 0 _PALETTECOLOR 8, IDENumbersColor, 0 _PALETTECOLOR 10, IDEMetaCommandColor, 0