提交 bd0efff9 编写于 作者: S SteVen Batten

reduce flicker when moving between panel/actbar

上级 8a56212a
...@@ -275,7 +275,8 @@ export class CompositeBar extends Widget implements ICompositeBar { ...@@ -275,7 +275,8 @@ export class CompositeBar extends Widget implements ICompositeBar {
// Add to the model // Add to the model
if (this.model.add(id, name, order)) { if (this.model.add(id, name, order)) {
this.computeSizes([this.model.findItem(id)]); this.computeSizes([this.model.findItem(id)]);
this.updateCompositeSwitcher(); // Set timeout helps prevent flicker
setTimeout(() => this.updateCompositeSwitcher(), 0);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册