mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:02:41 +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;
|
FCurHighlightElement.ForePriority := v;
|
||||||
if Sender = BackPriorSpin then
|
if Sender = BackPriorSpin then
|
||||||
FCurHighlightElement.BackPriority := v;
|
FCurHighlightElement.BackPriority := v;
|
||||||
if Sender = FramePriorLabel then
|
if Sender = FramePriorSpin then
|
||||||
FCurHighlightElement.FramePriority := v;
|
FCurHighlightElement.FramePriority := v;
|
||||||
|
|
||||||
DoChanged;
|
DoChanged;
|
||||||
|
Loading…
Reference in New Issue
Block a user