File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/mslice/plotting/plot_window Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -418,6 +418,7 @@ def toggle_icut_button(self):
418
418
self .plot_window .action_keep .setEnabled (False )
419
419
self .plot_window .action_make_current .setEnabled (False )
420
420
self .plot_window .action_flip_axis .setVisible (True )
421
+ self .plot_window .menu_intensity .setDisabled (True )
421
422
else :
422
423
self .manager .picking_connected (True )
423
424
self .plot_window .action_zoom_in .setEnabled (True )
@@ -428,6 +429,7 @@ def toggle_icut_button(self):
428
429
self ._canvas .setCursor (Qt .ArrowCursor )
429
430
self .icut .set_icut_intensity_category (self .intensity_type )
430
431
self .icut .store_icut_cut_upon_toggle_and_reset ()
432
+ self .plot_window .menu_intensity .setDisabled (False )
431
433
432
434
def toggle_icut (self ):
433
435
if self .icut is not None :
You can’t perform that action at this time.
0 commit comments