mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
IDE: TODO/NOTE for EditorOptions, Color, fix "reset all". Issue #39388
This commit is contained in:
parent
ff2da4d6be
commit
05970c6b0f
@ -1240,6 +1240,7 @@ begin
|
||||
(FCurrentColorScheme.IndexOfAttr
|
||||
(TColorSchemeAttribute(ColorElementTree.Items[i].Data)) < 0)
|
||||
then begin
|
||||
// Should not get here / This does not correctly re-apply the new elements. See Issue #39388 / ff2da4d6be28d9939231ea6c41a97679e4e98598
|
||||
debugln('Error: missing Attr after assign');
|
||||
FillColorElementListBox;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user