Skip to content
Snippets Groups Projects
Commit 62c3b43d authored by Rodrigo Cortes's avatar Rodrigo Cortes
Browse files

Merge branch 'master' into syscams

parents e3c66340 33367aeb
No related branches found
No related tags found
1 merge request!72Syscams
12724 12735
\ No newline at end of file \ No newline at end of file
...@@ -582,21 +582,17 @@ public class TDiagramMouseManager extends MouseAdapter {//implements MouseListen ...@@ -582,21 +582,17 @@ public class TDiagramMouseManager extends MouseAdapter {//implements MouseListen
} }
} }
// Issue #69 Always repaint. Needed for displaying the transition element in Avatar state machine diagram if ((selected == TGComponentManager.CONNECTOR) && (tdp.mode == TDiagramPanel.NORMAL)) { // is connectingPointShow selected
// if(tdp.highlightOutAndFreeConnectingPoint(e.getX(), e.getY(), tdp.getMGUI().getIdButtonSelected())) {
// if ((selected == TGComponentManager.CONNECTOR) && (tdp.mode == TDiagramPanel.NORMAL)) { // is connectingPointShow selected tdp.repaint();
// if(tdp.highlightOutAndFreeConnectingPoint(e.getX(), e.getY(), tdp.getMGUI().getIdButtonSelected())) { }
// tdp.repaint(); }
// }
// }
//
// if ((selected == TGComponentManager.CONNECTOR) && (tdp.mode == TDiagramPanel.ADDING_CONNECTOR)) {
// tdp.highlightInAndFreeConnectingPoint(e.getX(), e.getY(), tdp.getMGUI().getIdButtonSelected());
// tdp.setAddingTGConnector(e.getX(), e.getY());
// tdp.repaint();
// }
tdp.repaint(); if ((selected == TGComponentManager.CONNECTOR) && (tdp.mode == TDiagramPanel.ADDING_CONNECTOR)) {
tdp.highlightInAndFreeConnectingPoint(e.getX(), e.getY(), tdp.getMGUI().getIdButtonSelected());
tdp.setAddingTGConnector(e.getX(), e.getY());
tdp.repaint();
}
} }
@Override @Override
......
...@@ -50,8 +50,8 @@ package ui.util; ...@@ -50,8 +50,8 @@ package ui.util;
*/ */
public class DefaultText { public class DefaultText {
public static String BUILD = "12723"; public static String BUILD = "12734";
public static String DATE = "2018/08/10 02:01:49 CET"; public static String DATE = "2018/08/23 02:01:53 CET";
public static StringBuffer sbAbout = makeAbout(); public static StringBuffer sbAbout = makeAbout();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment