diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/fpg_listbox.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/fpg_listbox.pas b/src/gui/fpg_listbox.pas index 3b668ded..175f0055 100644 --- a/src/gui/fpg_listbox.pas +++ b/src/gui/fpg_listbox.pas @@ -995,6 +995,10 @@ begin FItems.Add(TColorItem.Create('clUnset', clUnset)); FItems.Add(TColorItem.Create('clMenuText', clMenuText)); FItems.Add(TColorItem.Create('clMenuDisabled', clMenuDisabled)); + FItems.Add(TColorItem.Create('clGridSelection', clGridSelection)); + FItems.Add(TColorItem.Create('clGridSelectionText', clGridSelectionText)); + FItems.Add(TColorItem.Create('clGridInactiveSel', clGridInactiveSel)); + FItems.Add(TColorItem.Create('clGridInactiveSelText', clGridInactiveSelText)); end; cpWebColors: begin |