diff --git a/ide/main.pp b/ide/main.pp index 88c13463d3..eda54cd37b 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -12565,7 +12565,7 @@ begin Row := OI.GetActivePropertyRow; // Get help text for this property - if not BeginCodeTools or not OI.ShowInfoBox then + if not BeginCodeTools or (not OI.ShowInfoBox and not OI.ShowStatusBar) then Exit; if (Row <> nil) and FindDeclarationOfOIProperty(OI, Row, Code, Caret, i) then