Salome HOME
Fix for the bug #46: latitude and longitude limits.
authorrkv <rkv@opencascade.com>
Thu, 5 Dec 2013 07:33:16 +0000 (07:33 +0000)
committerrkv <rkv@opencascade.com>
Thu, 5 Dec 2013 07:33:16 +0000 (07:33 +0000)
src/HYDROGUI/HYDROGUI_ImportImageDlg.cxx

index 692c16fffb3224a7dc61d5225fd6f4a00ae2c3b6..30c6a9f9306ac4d4ddc0238e15c694301660891d 100644 (file)
@@ -183,7 +183,7 @@ HYDROGUI_ImportImageDlg::HYDROGUI_ImportImageDlg( HYDROGUI_Module* theModule, co
                     << aPointXSecLabel << aPointYSecLabel
                     << aPointLatLabel << aPointLonLabel;
 
-    QtxIntSpinBox* aPointXDeg = new QtxIntSpinBox( -180, 180, 1, myTransformGroup );
+    QtxIntSpinBox* aPointXDeg = new QtxIntSpinBox( -179, 179, 1, myTransformGroup );
     QtxIntSpinBox* aPointYDeg = new QtxIntSpinBox( 0, 89, 1, myTransformGroup );
     QtxIntSpinBox* aPointXMin = new QtxIntSpinBox( 0, 59, 1, myTransformGroup );
     QtxIntSpinBox* aPointYMin = new QtxIntSpinBox( 0, 59, 1, myTransformGroup );