提交 211d12c3 编写于 作者: E Eduardo Ramos

Fix small problem when changing time representation.

上级 98b43156
......@@ -130,7 +130,7 @@ public class ConfigurationPanel extends javax.swing.JPanel {
}
private boolean canChangeTimeRepresentation(GraphModel graphModel) {
if (graphModel.getGraph().getEdgeCount() > 0) {
if (graphModel.getGraph().getNodeCount() > 0) {
return false;//Graph has to be empty
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册