mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 10:02:10 +08:00
Fix non clickable message "Please use stored routine editor ...", see issue #1048
This commit is contained in:
@ -4277,11 +4277,9 @@ begin
|
||||
Try
|
||||
// No column view for routines
|
||||
if FSelectedTableColumns = nil then begin
|
||||
ListColumns.Enabled := False;
|
||||
lblSorryNoFields.Parent := ListColumns;
|
||||
Exit; // Jump to *finally*
|
||||
end else begin
|
||||
ListColumns.Enabled := True;
|
||||
lblSorryNoFields.Parent := tabTable;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user