[power-matchmaker] r2773 committed - Reset the graph to the current page before trying to re-render it afte...

0 views
Skip to first unread message

power-ma...@googlecode.com

unread,
Jan 27, 2011, 4:46:49 PM1/27/11
to matchmake...@googlegroups.com
Revision: 2773
Author: ThomasObrien95
Date: Thu Jan 27 13:46:19 2011
Log: Reset the graph to the current page before trying to re-render it
after auto matching. The NPEs being thrown before this fix was due to the
auto match adding nodes to the graph cache that are not being displayed.
http://code.google.com/p/power-matchmaker/source/detail?r=2773

Modified:

/branches/0.9.7/src/ca/sqlpower/matchmaker/swingui/MatchResultVisualizer.java

=======================================
---
/branches/0.9.7/src/ca/sqlpower/matchmaker/swingui/MatchResultVisualizer.java
Thu Jan 27 11:30:54 2011
+++
/branches/0.9.7/src/ca/sqlpower/matchmaker/swingui/MatchResultVisualizer.java
Thu Jan 27 13:46:19 2011
@@ -592,6 +592,7 @@
logger.error("Error during auto-match", getDoStuffException());
}
}
+ updateDisplayedMatches(true, startGraph);
graph.repaint();
}

Reply all
Reply to author
Forward
0 new messages