mirror of https://gitlab.com/pamhyr/pamhyr2
GeoTIFF: Minor change.
parent
117e5222e4
commit
d47dc0687e
|
|
@ -148,11 +148,8 @@ class EditGeoTIFFWindow(PamhyrWindow):
|
|||
self._reset_spinbox(key)
|
||||
|
||||
def _reset_spinbox(self, key):
|
||||
print(f"_reset_spinbox {key}")
|
||||
|
||||
self.set_double_spin_box(
|
||||
f"doubleSpinBox_{key}",
|
||||
self._values_default[key]
|
||||
f"doubleSpinBox_{key}", self._values_default[key]
|
||||
)
|
||||
|
||||
def setup_connection(self):
|
||||
|
|
@ -190,7 +187,6 @@ class EditGeoTIFFWindow(PamhyrWindow):
|
|||
)
|
||||
|
||||
def update_values_from_spinbox(self, key):
|
||||
print(f"update_values_from_spinbox {key}")
|
||||
self._values[key] = self.get_double_spin_box(f"doubleSpinBox_{key}")
|
||||
|
||||
self._plot_img.set_extent(list(self._values.values()))
|
||||
|
|
|
|||
Loading…
Reference in New Issue