Bug SS-179
1 vote

ImageRegion: border on/off state not saved

Created by Martin Kraska on 7/23/2014 12:43 AM Last Updated by Martin Kraska on 8/4/2014 1:03 AM
%
 (hrs)
Logged: 0   (hrs)

 Description

The border state is not saved.

When you switch off the border in the context menu, the change takes effect, but SMath does not seem to note that the file has been changed (no asterisk in the window title).

    Martin Kraska (Monday, August 4, 2014 1:03 AM) #

basic problem fixed in ImageEditRegion SVN 957

(no asterisk yet)

    Davide (Wednesday, July 23, 2014 4:01 AM) #

To show the asterisk, should be enough to add:

 ((ImageEdit.ImageRegion)args.CurrentRegion).CreateHistoryStep("Border changed");

inside 

MenuButton border = new MenuButton("Switch border on/off", delegate(MenuButtonArgs args)