IDE: Fixed ObjectInspector StatusBar text not updated if information box is disabled. Issue #38740

git-svn-id: trunk@64979 -
This commit is contained in:
michl 2021-04-12 19:24:32 +00:00
parent 01bf54a2cc
commit ce93f694d9

View File

@ -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