mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Decide to refresh data if the OK button in any of the two dialogs (column_selection, data_sorting) was pressed. Don't call viewdata in the dialogs, but in ChildWin itself. Saves some superflous procedures / code.
This commit is contained in:
@ -341,9 +341,6 @@ begin
|
||||
reg_name := 'ORDERCLAUSE_' + Mainform.Childwin.ActualDatabase + '.' + Mainform.Childwin.ActualTable;
|
||||
reg.WriteString( reg_name, reg_value );
|
||||
reg.CloseKey;
|
||||
|
||||
// Refresh data
|
||||
Mainform.Childwin.viewdata(self);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user