mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Grid popup text editor: Trigger onchange event explicitly, as this is not done implicitly when applying an empty string. Closes #132.
This commit is contained in:
@@ -102,6 +102,8 @@ begin
|
||||
SelectLineBreaks(Detected);
|
||||
FmemoText.Text := text;
|
||||
FmemoText.SelectAll;
|
||||
// Trigger change event, which is not fired when text is empty. See #132.
|
||||
FmemoText.OnChange(FmemoText);
|
||||
Modified := False;
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user