mitchmindtree / egui_graph

A graph editor widget for the egui library.
MIT License
12 stars 5 forks source link

Update egui to version 0.28.1 #15

Open mitchmindtree opened 7 months ago

mitchmindtree commented 7 months ago

egui 0.27 CHANGELOG

Seems like there is a change in the behaviour of clicking/dragging windows - clicking the node and dragging it still selects the window, but not longer drags it.

Also seems like the size of the window changes very slightly when it is selected causing a bit of jitter in the edges, would be good to solve this before landing.

There are some pretty big changes to shadows but setting their offset seems to get the original behaviour back.

mitchmindtree commented 3 months ago

OK updating to 0.28.1 now - looks like all the same problems above still apply. Currently attempting to refactor to use the new PanZoom widget style approach in this branch.