mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Foreign key editor needs to be repainted when selecting another table. Fixes issue #1667.
This commit is contained in:
@ -1758,6 +1758,7 @@ begin
|
||||
ListForeignKeys.Margins.Bottom := 0
|
||||
else
|
||||
ListForeignKeys.Margins.Bottom := GetTextHeight(pnlNoForeignKeys.Font)+4;
|
||||
ListForeignKeys.Repaint;
|
||||
end;
|
||||
UpdateSQLcode;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user