saalfeldlab / paintera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable menu while in shape interpolation mode

igorpisarev opened this issue · comments

When the user enters the shape interpolation mode, the top-level menu remains active, which allows switching sources and changing other parameters that interfere with the restricted shape interpolation mode. It needs to be disabled either entirely or on a per-item basis. The class AllowedActions specifies what menu items should be allowed.

Fixed in #417