Revision: 5346
          http://sourceforge.net/p/jump-pilot/code/5346
Author:   michaudm
Date:     2017-02-02 07:32:01 +0000 (Thu, 02 Feb 2017)
Log Message:
-----------
WMSStylePlugIn dialog did not close (related to Fix #453)

Modified Paths:
--------------
    core/trunk/ChangeLog
    core/trunk/src/org/openjump/core/ui/plugin/wms/WMSStylePlugIn.java

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2017-02-02 06:30:57 UTC (rev 5345)
+++ core/trunk/ChangeLog        2017-02-02 07:32:01 UTC (rev 5346)
@@ -5,6 +5,7 @@
 
 2017-02-02 mmichaud <m.michael.mich...@orange.fr>
   * Restore ZoomToWMSPlugIn capabilities in more recent ZoomToWMSLayerPlugIn
+  * WMSStylePlugIn dialog did not close (related to Fix #453)
 
 * release 1.10 Changes.txt updated until 
here***********************************
 

Modified: core/trunk/src/org/openjump/core/ui/plugin/wms/WMSStylePlugIn.java
===================================================================
--- core/trunk/src/org/openjump/core/ui/plugin/wms/WMSStylePlugIn.java  
2017-02-02 06:30:57 UTC (rev 5345)
+++ core/trunk/src/org/openjump/core/ui/plugin/wms/WMSStylePlugIn.java  
2017-02-02 07:32:01 UTC (rev 5346)
@@ -123,11 +123,6 @@
                 }
             }
         });
-        // Add to prevent error message and OJ to freeze if Large scale>Small
-        // scale
-        // Now the only way to close this dialog is using cancel button
-
-        dialog.setDefaultCloseOperation(dialog.DO_NOTHING_ON_CLOSE);
         dialog.pack();
         GUIUtil.centreOnWindow(dialog);
         dialog.setVisible(true);


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to