Antoine Beyeler
Antoine Beyeler
Yes. And also prioritise smaller turn angles when multiple merge options are available.
This PR is good test case because the tooltip has two sources of flicker: - needs to move above the cursor because there isn't enough room bellow - the component...
I think `ui.style().truncate = Some(true);` would actually solve this more elegantly than dedicated `ui.label_trunc`. It's also more in-line with the bigger CSS-like styling story.
I realise now that this might be "working as intended". If the ui would be directly set to last frame's max width, there would be no means for the menu...
Possible work around: disable all drawing by the `SidePanel` and emulate it from the closure: ```rs impl eframe::App for MyApp { fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {...
An obvious workaround is to wrap the entire content of the `SidePanel` in a `ScrollArea`. However, this is not convenient in every case, for example when the panel content is...
Well I was looking for this as well.
Hello, could you provide the exact command used as well as the image in question?
Sorry for the response time. This plug-in is indeed not very robust and this crash happens when the computed "zone" are geometrically too complex. It wouldn't be very difficult to...
@mariana-s-fernandes Honestly, I don't recall what I had in mind when I wrote the comment above. Basically these errors arise when the shape of the various zones become too complex...