change implementation of layer display menu items and handlers

The menu items no longer ever apply to the selection, because there will be an Editor-level
action to change things "globally"
This commit is contained in:
Paul Davis 2020-04-03 18:48:34 -06:00
parent d1e55ff5b7
commit 743fbaf7bf
2 changed files with 22 additions and 44 deletions

View file

@ -291,6 +291,7 @@ protected:
UnderlayMirrorList _underlay_mirrors;
bool _ignore_set_layer_display;
void layer_display_menu_change (Gtk::MenuItem* item);
protected:
void update_pan_track_visibility ();