IDE: Fix saving the specified frame priority for user-defined markup

(cherry picked from commit 720d3c66be)
This commit is contained in:
Dmitry D. Chernov 2024-02-01 23:21:39 +10:00 committed by Martin
parent f1632e6291
commit ce32bdf1c8

View File

@ -231,7 +231,7 @@ begin
FCurHighlightElement.ForePriority := v;
if Sender = BackPriorSpin then
FCurHighlightElement.BackPriority := v;
if Sender = FramePriorLabel then
if Sender = FramePriorSpin then
FCurHighlightElement.FramePriority := v;
DoChanged;