http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5637
Christopher Brooks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hours Worked| |1.5 AssignedTo|[email protected] |[email protected] --- Comment #2 from Christopher Brooks <[email protected]> 2012-08-15 18:03:29 PDT --- I consulted with Edward and he was fine with fixing this. Edward wrote: > If I now open a composite, zoom in, the close it > and reopen it, it doesn't remember the zoom factor. I don't think this is new. In Ptolemy II 8.0.1: 1. cd /Applications/Ptolemy/ptII8.0.1 2. export PTII=`pwd` 3. $PTII/bin/vergil 4. Create a model that has a composite, open the composite, zoom in 5. Close the composite by hitting the red button 6. Open the composite. Note that the last zoom changes are not present. The same is true in the devel branch. This is fixed in r64361 in the ptII tree. I added _updateWindowAttributes() to BasicGraphFrame. This method might be useful for Kar files. I'm assigning this to Daniel for review for closure. -- Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
