From a1f22afa22bb92b262a8ed94f8c56316a1ee7abe Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 5 Oct 2017 22:57:25 -0300 Subject: [PATCH] Prevent IDE colors from reverting back to default when resizing. --- source/ide/ide_methods.bas | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index dcc65a187..a3b7825d2 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -753,8 +753,14 @@ FUNCTION ide2 (ignore) _FONT tempf& _PALETTECOLOR 1, IDEBackgroundColor, 0 - _PALETTECOLOR 14, IDEQuoteColor, 0 + _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 + _PALETTECOLOR 11, IDECommentColor, 0 + _PALETTECOLOR 12, IDEKeywordColor, 0 _PALETTECOLOR 13, IDETextColor, 0 + _PALETTECOLOR 14, IDEQuoteColor, 0 'static background COLOR 0, 7