Skip to content

Commit 6262880

Browse files
committed
fix: repaint columns list after move up/down a column
Was reported in the forum: https://www.heidisql.com/forum.php?t=44760
1 parent 86d956f commit 6262880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/table_editor.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,7 @@ procedure TfrmTableEditor.ValidateColumnControls;
13691369
menuRemoveColumn.Enabled := btnRemoveColumn.Enabled;
13701370
menuMoveUpColumn.Enabled := btnMoveUpColumn.Enabled;
13711371
menuMoveDownColumn.Enabled := btnMoveDownColumn.Enabled;
1372+
listColumns.Invalidate;
13721373
end;
13731374

13741375

0 commit comments

Comments
 (0)