Skip to content

Commit 6d81ad7

Browse files
author
odeimaiz
committed
Stop flushing Widgets
1 parent f97dec8 commit 6d81ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/web/client/source/class/qxapp/components/workbench/WorkbenchView.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ qx.Class.define("qxapp.components.workbench.WorkbenchView", {
234234
e.stopPropagation();
235235
}, this);
236236

237-
qx.ui.core.queue.Widget.flush();
237+
// qx.ui.core.queue.Widget.flush();
238238
qx.ui.core.queue.Layout.flush();
239239
},
240240

@@ -708,7 +708,7 @@ qx.Class.define("qxapp.components.workbench.WorkbenchView", {
708708
this.__desktop.add(node);
709709
node.open();
710710

711-
qx.ui.core.queue.Widget.flush();
711+
// qx.ui.core.queue.Widget.flush();
712712
},
713713

714714
clearProgressData: function() {

0 commit comments

Comments
 (0)