1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Prevent IDE colors from reverting back to default when resizing.

This commit is contained in:
FellippeHeitor 2017-10-05 22:57:25 -03:00
parent 0bc77404e0
commit a1f22afa22

View file

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