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
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
The 'new node' dropdown is not clipped to the graph's ui contents.
I'm not sure if this might violate assumptions in egui, but I prefer the menu not clipping to the ui. From a consistency standpoint that's how menus usually work (see blender, for instance). From a user standpoint, if they're seeing that menu it's almost always because they are currently using it, so giving it screen real-estate is worthwhile and won't cover something else that they're trying to interact with.
@gmorenz I think you may be right 🤔 I was just playing around in blender and I the same thing never bothered me there. The other two are still issues that need solving.
Changes in #19 introduced a few new edge cases that need to be accounted for:
The 'new node' dropdown is not clipped to the graph's ui contents.None of this affects the original mode of operation, where the graph was being drawn as a full-screen CentralPanel.
The text was updated successfully, but these errors were encountered: