From ce93f694d924a14837e94c36ccd061e97dadaa8d Mon Sep 17 00:00:00 2001 From: michl Date: Mon, 12 Apr 2021 19:24:32 +0000 Subject: [PATCH] IDE: Fixed ObjectInspector StatusBar text not updated if information box is disabled. Issue #38740 git-svn-id: trunk@64979 - --- ide/main.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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