diff options
Diffstat (limited to 'src/gui/gui_combobox.pas')
-rw-r--r-- | src/gui/gui_combobox.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui_combobox.pas b/src/gui/gui_combobox.pas index 4c4ca9d5..e98e49e1 100644 --- a/src/gui/gui_combobox.pas +++ b/src/gui/gui_combobox.pas @@ -211,7 +211,7 @@ begin Result.Focusable := True; Result.Height := 23; // replace this with font height + margins - {$Note We still need to handle the AList param as well.} + { TODO : We still need to handle the AList param as well.} end; { TfpgAbstractComboBox } |