Author: pwang
Date: 2011-09-19 13:51:26 -0700 (Mon, 19 Sep 2011)
New Revision: 26864
Modified:
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/filters/view/FilterMainPanel.java
Log:
Fixed bug: feedback panel has no response to selection event
Modified:
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/filters/view/FilterMainPanel.java
===================================================================
---
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/filters/view/FilterMainPanel.java
2011-09-19 19:05:54 UTC (rev 26863)
+++
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/filters/view/FilterMainPanel.java
2011-09-19 20:51:26 UTC (rev 26864)
@@ -229,6 +229,7 @@
}
}
if (isSelection) {
+ updateFeedbackTableModel();
return;
}
handleAttributesChanged();
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.