mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 06:18:21 +02:00
IDE: Fix saving the specified frame priority for user-defined markup
(cherry picked from commit 720d3c66be
)
This commit is contained in:
parent
f1632e6291
commit
ce32bdf1c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user