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
|
||||
listcolumns.EndUpdate;
|
||||
end;
|
||||
listColumns.Invalidate;
|
||||
listColumns.Repaint;
|
||||
Modification(Sender);
|
||||
ColsFromClp.Free;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user