mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 01:52:33 +02:00
Qt: proper update of QStatusBar. Patch by Juha Manninen. issue #18683
git-svn-id: trunk@29357 -
This commit is contained in:
parent
e2de6ffbef
commit
aebc44b750
@ -481,6 +481,9 @@ var
|
||||
Str: WideString;
|
||||
i: Integer;
|
||||
begin
|
||||
Str := '';
|
||||
//clean up. http://bugs.freepascal.org/view.php?id=18683
|
||||
Widget.showMessage(@Str);
|
||||
ClearPanels(Widget);
|
||||
if AStatusBar.SimplePanel then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user