mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Fix non-painted pasted columns in table editor
This commit is contained in:
@ -3054,7 +3054,7 @@ begin
|
|||||||
finally
|
finally
|
||||||
listcolumns.EndUpdate;
|
listcolumns.EndUpdate;
|
||||||
end;
|
end;
|
||||||
listColumns.Invalidate;
|
listColumns.Repaint;
|
||||||
Modification(Sender);
|
Modification(Sender);
|
||||||
ColsFromClp.Free;
|
ColsFromClp.Free;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user