Author: kevin1219
Date: Thu Aug 28 10:16:57 2008
New Revision: 2647
Modified:
trunk/src/ca/sqlpower/architect/swingui/olap/OLAPPane.java
Log:
Extend on 2646, double clicking on title brings up the edit dialog with the
right name now.
Modified: trunk/src/ca/sqlpower/architect/swingui/olap/OLAPPane.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/swingui/olap/OLAPPane.java (original)
+++ trunk/src/ca/sqlpower/architect/swingui/olap/OLAPPane.java Thu Aug 28
10:16:57 2008
@@ -170,6 +170,8 @@
} else {
throw new IllegalStateException("Unhandled
section type: " + clickedCoor.getSection());
}
+ } else if (clickedCoor.getIndex() ==
PlayPenCoordinate.ITEM_INDEX_TITLE) {
+ editObject = model;
} else {
// panel should've been null if the coordinate
was invalid.
editObject = clickedCoor.getItem();