mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Fix bug #1030: When creating a Procedure Routine, Tree does not update to show it
This commit is contained in:
@ -451,6 +451,7 @@ begin
|
||||
// Set editing name if create/alter query was successful
|
||||
AlterRoutineName := editName.Text;
|
||||
AlterRoutineType := ProcOrFunc;
|
||||
Mainform.actRefresh.Execute;
|
||||
Modified := False;
|
||||
except
|
||||
On E:Exception do begin
|
||||
|
Reference in New Issue
Block a user