]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/ShowThreeDFunction.java
Version 16.3, July 2014
[GpsPrune.git] / tim / prune / function / ShowThreeDFunction.java
index bbe771988fd640ee673a81b28f8d04c16cc95191..40c4e5af9f2a6e2b0057c81fce60ebb29ec6ce51 100644 (file)
@@ -57,7 +57,7 @@ public class ShowThreeDFunction extends GenericFunction
        }
 
        /**
-        * Show the help screen
+        * Begin the function
         */
        public void begin()
        {
@@ -169,6 +169,7 @@ public class ShowThreeDFunction extends GenericFunction
                                // Also pass the base image parameters from input dialog
                                window.setBaseImageParameters(_baseImagePanel.getImageDefinition());
                                window.setTerrainParameters(new TerrainDefinition(_terrainPanel.getUseTerrain(), _terrainPanel.getGridSize()));
+                               window.setDataStatus(_app.getCurrentDataStatus());
                                window.show();
                        }
                        catch (ThreeDException e)