LibGfx: Add inactive selection colors

This commit is contained in:
Tibor Nagy 2020-02-15 16:20:26 +01:00 committed by Andreas Kling
commit 99192fd29f
Notes: sideshowbarker 2024-07-19 09:18:49 +09:00
3 changed files with 6 additions and 0 deletions

View file

@ -64,6 +64,8 @@ enum class ColorRole {
HoverHighlight,
Selection,
SelectionText,
InactiveSelection,
InactiveSelectionText,
RubberBandFill,
RubberBandBorder,
Link,