提交 49890e37 编写于 作者: M Mathieu Bastian

Fix UI issue when switching workspaces in appearance

上级 da13b268
......@@ -475,6 +475,7 @@ public class AppearanceToolbar implements AppearanceUIModelListener {
protected void setup() {
clear();
if (model != null) {
removeAll();
for (Enumeration<AbstractButton> btns = buttonGroups.getElements(); btns.hasMoreElements();) {
AbstractButton btn = btns.nextElement();
add(btn);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册