mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 02:07:22 +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;
|
Str: WideString;
|
||||||
i: Integer;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
|
Str := '';
|
||||||
|
//clean up. http://bugs.freepascal.org/view.php?id=18683
|
||||||
|
Widget.showMessage(@Str);
|
||||||
ClearPanels(Widget);
|
ClearPanels(Widget);
|
||||||
if AStatusBar.SimplePanel then
|
if AStatusBar.SimplePanel then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user