mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 11:42:12 +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
|
Try
|
||||||
// No column view for routines
|
// No column view for routines
|
||||||
if FSelectedTableColumns = nil then begin
|
if FSelectedTableColumns = nil then begin
|
||||||
ListColumns.Enabled := False;
|
|
||||||
lblSorryNoFields.Parent := ListColumns;
|
lblSorryNoFields.Parent := ListColumns;
|
||||||
Exit; // Jump to *finally*
|
Exit; // Jump to *finally*
|
||||||
end else begin
|
end else begin
|
||||||
ListColumns.Enabled := True;
|
|
||||||
lblSorryNoFields.Parent := tabTable;
|
lblSorryNoFields.Parent := tabTable;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user