saalfeldlab / paintera

GNU General Public License v2.0
99 stars 17 forks source link

Disable menu while in shape interpolation mode #414

Closed igorpisarev closed 4 years ago

igorpisarev commented 4 years ago

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.

igorpisarev commented 4 years ago

Fixed in #417