Hey there,
In VL.ImGUI, it looks like MenuItem
always has a checkbox that toggles when you click it :
This can be misleading because the end user might believe they’re “enabling” something when all you want is to trigger a simple action (save a file, etc).
Only workaround I came up with so far is ensuring False
on the MenuItem
’s Channel, kinda like @gregsn suggested here :
Is there a more elegant solution?
Thanks!