diff --git a/src/ce_optionseditor.pas b/src/ce_optionseditor.pas index 16fa6dfd..43ec8ad9 100644 --- a/src/ce_optionseditor.pas +++ b/src/ce_optionseditor.pas @@ -18,6 +18,8 @@ type observer: ICEEditableOptions; end; + //TODO-cbugfix: linux only, a conversion error is raised after a color's been edited using the dialog color. + TCEOptionEditorWidget = class(TCEWidget) btnCancel: TSpeedButton; btnAccept: TSpeedButton;