Foreign key editor needs to be repainted when selecting another table. Fixes issue #1667.

This commit is contained in:
Ansgar Becker
2010-02-07 10:45:43 +00:00
parent c06dd0d8bf
commit 64d3d1447e

View File

@ -1758,6 +1758,7 @@ begin
ListForeignKeys.Margins.Bottom := 0
else
ListForeignKeys.Margins.Bottom := GetTextHeight(pnlNoForeignKeys.Font)+4;
ListForeignKeys.Repaint;
end;
UpdateSQLcode;
end;