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):
64
64
self .ui .custom_pixel_size_checkBox .stateChanged .connect (self .switch_custom_pixel_size )
65
65
self .ui .update_scaling_factor_pushButton .clicked .connect (self .reload_image )
66
66
self .ui .spot_radioButton .toggled .connect (self .update_camera )
67
- self .ui .custom_pixel_size_spinBox .valueChanged .connect (self .update_scaling_factor )
68
67
69
68
self .update_camera () #initialize camera pixel size
70
69
self .update_scaling_factor () #initialize scaling_factor
@@ -87,6 +86,7 @@ def resize_to_scaling_factor(self, image):
87
86
"""
88
87
Handles loading of image according to scaling_factor
89
88
"""
89
+ self .update_scaling_factor ()
90
90
91
91
if self .ui .pixera_radioButton .isChecked ():
92
92
image = self .original_image
You can’t perform that action at this time.
0 commit comments