提交 b1760913 编写于 作者: E Eduardo Ramos

Fix compile issue

上级 52b3ab40
......@@ -383,7 +383,7 @@ public class AppearanceUIController {
public GraphChangeObserver(Graph graph, Column column) {
timer = new Timer("GraphChangeObserver", true);
graphObserver = graph.getModel().createGraphObserver(graph, false);
columnObserver = column != null ? column.createColumnObserver() : null;
columnObserver = column != null ? column.createColumnObserver(false) : null;
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册