File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
PythonGUI_apps/Image_analysis Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ def __init__(self):
6464 self .ui .custom_pixel_size_checkBox .stateChanged .connect (self .switch_custom_pixel_size )
6565 self .ui .update_scaling_factor_pushButton .clicked .connect (self .reload_image )
6666 self .ui .spot_radioButton .toggled .connect (self .update_camera )
67- self .ui .custom_pixel_size_spinBox .valueChanged .connect (self .update_scaling_factor )
6867
6968 self .update_camera () #initialize camera pixel size
7069 self .update_scaling_factor () #initialize scaling_factor
@@ -87,6 +86,7 @@ def resize_to_scaling_factor(self, image):
8786 """
8887 Handles loading of image according to scaling_factor
8988 """
89+ self .update_scaling_factor ()
9090
9191 if self .ui .pixera_radioButton .isChecked ():
9292 image = self .original_image
You can’t perform that action at this time.
0 commit comments