Skip to content

Redesign mask editor so it shows already while editing what you will get (WYSIWYG)

m.puchner requested to merge WYSIWYG_mask_editor into develop

This removes the necessity of ROI to implement the "show" button (the button was necessary to to see the masking effects).

In a further step the mask presenter (which uses ROI functionality) could be removed, which was the motivation for the refactoring/redesign in the context of "remove ROI" (see #73 (closed)).

The changes in pictures:

A) Mask editor in BornAgain1.18, editing mode:
image

B) Mask editor in BornAgain1.18, after pressing "show result":
image

C) Redesigned mask editor with this MR, editing mode:
image

Merge request reports