We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72d9d28 + a2d38a5 commit 25a58ebCopy full SHA for 25a58eb
1 file changed
MultiverSeg/SegmentEditorMultiverSegLib/SegmentEditorEffect.py
@@ -302,13 +302,15 @@ def addImageToContext(self):
302
self.changeViewLayout()
303
self.addImageDialog()
304
self.changeViewLayout(initialLayout) # Restore the layout
305
+ self.handleTaskChange(self.contextComboBox.currentIndex)
306
307
def removeImageFromContext(self):
308
imageToRemove = self.removeImageDialog()
309
if imageToRemove == -1:
310
return
311
312
self.contextLogic.removeExample(imageToRemove)
313
314
315
def addImageDialog(self):
316
# Create and handle the dialog to add an image to a context
0 commit comments