mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 15:37:15 +01:00
Qt: proper clear of message in QStatusBar. Patch by David Jenkins. issue #28307
git-svn-id: trunk@49361 -
This commit is contained in:
parent
f91db6d3f4
commit
04bb74e7d0
@ -557,9 +557,8 @@ var
|
||||
Str: WideString;
|
||||
i: Integer;
|
||||
begin
|
||||
Str := '';
|
||||
//clean up. http://bugs.freepascal.org/view.php?id=18683
|
||||
Widget.showMessage(@Str);
|
||||
// issues #18683 and #28307
|
||||
QStatusBar_clearMessage(QStatusBarH(Widget.Widget));
|
||||
ClearPanels(Widget);
|
||||
if AStatusBar.SimplePanel then
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user