mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 18:43:51 +00:00
fix VFO hover colors for light theme
FreqDisplay: добавлено свойство ColorHoverBG вместо хардкода $182838 AppTheme: FreqHover, FreqHoverBG, FreqDimDot для обеих тем UpdateVfoDisplay: выставляет hover-цвета из текущей темы Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2338,6 +2338,13 @@ begin
|
||||
FreqDispA.Height := TOP_VFO_FREQ_H;
|
||||
FreqDispB.Height := TOP_VFO_FREQ_H;
|
||||
|
||||
FreqDispA.ColorHover := T.FreqHover;
|
||||
FreqDispA.ColorHoverBG := T.FreqHoverBG;
|
||||
FreqDispA.ColorDim := T.FreqDimDot;
|
||||
FreqDispB.ColorHover := T.FreqHover;
|
||||
FreqDispB.ColorHoverBG := T.FreqHoverBG;
|
||||
FreqDispB.ColorDim := T.FreqDimDot;
|
||||
|
||||
if FActiveVfo = 0 then
|
||||
begin
|
||||
FreqDispA.ColorNormal := T.FreqActive;
|
||||
|
||||
Reference in New Issue
Block a user