From 85a579943fa83064aa406d1493f194ff66bca7dc Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Mon, 16 Mar 2009 21:20:43 +0000 Subject: [PATCH] Fix non clickable message "Please use stored routine editor ...", see issue #1048 --- source/main.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/main.pas b/source/main.pas index a76e026b..edce3108 100644 --- a/source/main.pas +++ b/source/main.pas @@ -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;