jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
702 stars 88 forks source link

[Bug] Upper left "..." menu no longer hidden in '--read-only' mode #776

Closed rawbengal closed 2 years ago

rawbengal commented 2 years ago

Using 1.14.5 and specifying '--read-only' on the server command line no longer hides the '...' menu in clients. The menu button appears not to respond to clicks but remains visible. The desired behavior is for '--read-only' to completely hide any menu or other actions related to editing of the session.

jean-emmanuel commented 2 years ago

Right, a little regression caused by the addition of the "hideMenu" option to the root widget, to be fixed !

rawbengal commented 2 years ago

Look like this is fixed in 1.15.3. Thanks!