[Pixelle-commit] SF.net SVN: pixelle: [109] trunk/pixelle/src/com/mebigfatguy/pixelle/ PixelleFrame
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-28 22:59:45
|
Revision: 109
http://pixelle.svn.sourceforge.net/pixelle/?rev=109&view=rev
Author: dbrosius
Date: 2008-06-28 15:59:46 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
futzing
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleFrame.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleFrame.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleFrame.java 2008-06-28 22:46:49 UTC (rev 108)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleFrame.java 2008-06-28 22:59:46 UTC (rev 109)
@@ -234,6 +234,7 @@
setZoom(ZoomLevel.FitToWindow);
scroll = new JScrollPane(panel);
cp.add(scroll, BorderLayout.CENTER);
+ doNewWindow = true;
transformNewWindowItem.setSelected(true);
invalidate();
validate();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|