MenuItem without a check mark in VL.ImGUI

Hey there,

In VL.ImGUI, it looks like MenuItem always has a checkbox that toggles when you click it :

imgui-menuitem

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 :

image

Is there a more elegant solution?

Thanks!

fixed with: MenuItem by default is not getting a checkbox when clicked. User need… · vvvv/VL.StandardLibs@b1c833a · GitHub

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.