mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:39:30 +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;
|
Row := OI.GetActivePropertyRow;
|
||||||
|
|
||||||
// Get help text for this property
|
// 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;
|
Exit;
|
||||||
if (Row <> nil)
|
if (Row <> nil)
|
||||||
and FindDeclarationOfOIProperty(OI, Row, Code, Caret, i) then
|
and FindDeclarationOfOIProperty(OI, Row, Code, Caret, i) then
|
||||||
|
Loading…
Reference in New Issue
Block a user