mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:19:16 +02:00
IDE: Fixed ObjectInspector StatusBar text not updated if information box is disabled. Issue #38740
git-svn-id: trunk@64979 -
This commit is contained in:
parent
01bf54a2cc
commit
ce93f694d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user