mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 19:39:30 +02:00
Qt5: make ws snappier under x11.
git-svn-id: trunk@54115 -
This commit is contained in:
parent
8bf0337321
commit
6df375142a
@ -583,6 +583,8 @@ begin
|
||||
Widget.EndUpdate;
|
||||
|
||||
{$IFDEF HASX11}
|
||||
if AWinControl.HandleObjectShouldBeVisible then
|
||||
QCoreApplication_processEvents(QEventLoopExcludeUserInputEvents);
|
||||
|
||||
if (Application.TaskBarBehavior = tbSingleButton) or
|
||||
(TForm(AWinControl).ShowInTaskBar <> stDefault) then
|
||||
|
Loading…
Reference in New Issue
Block a user