You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the wiki, the "Context Menus" example states that "This is placed outside of a BeginWindow/EndWindow call for context menus in the void space.", which no longer works since v0.8.0.
@Dude112113 this bug has been patched in the latest commit. Do note that you need items between the BeginContextMenuWindow and EndContextMenuWindow call to actually see it. No items will technically not show any context menu because there is nothing to render, therefore no height, therefore no window.
In the wiki, the "Context Menus" example states that "This is placed outside of a BeginWindow/EndWindow call for context menus in the void space.", which no longer works since v0.8.0.
Minimal breaking example:
Traceback:
The text was updated successfully, but these errors were encountered: