egui/crates/egui_demo_lib/tests/snapshots/demos
Emil Ernerfeldt 787c467d30 Prevent widgets sometimes appearing to move relative to each other (#7710)
Sometimes when moving a window, having a tooltip attached to the mouse
pointer, or scrolling a `ScrollArea`, you would see this disturbing
effect:


![drift-bug](https://github.com/user-attachments/assets/013a5f49-ee02-417c-8441-1e1a0369e8bd)

This is caused by us rounding many visual elements (lines, rectangles,
text, …) to physical pixels in order to keep them sharp. If the
window/tooltip itself is not rounded to a physical pixel, then you can
get this behavior.

So from now on the position of all
areas/windows/tooltips/popups/ScrollArea gets rounded to the closes
pixel.

* Unlocked by https://github.com/emilk/egui/pull/7709
2025-11-13 11:53:51 +01:00
..
Bézier Curve.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Clipboard Test.png Use software texture filtering in kittest (#7602) 2025-10-08 16:24:02 +02:00
Code Editor.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Code Example.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Context Menus.png Add `Popup` and `Tooltip`, unifying the previous behaviours (#5713) 2025-02-18 15:53:07 +01:00
Cursor Test.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Dancing Strings.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Drag and Drop.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Extra Viewport.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Font Book.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Frame.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Grid Test.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Highlighting.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
ID Test.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Input Event History.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Input Test.png Prevent widgets sometimes appearing to move relative to each other (#7710) 2025-11-13 11:53:51 +01:00
Interactive Container.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Layout Test.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Manual Layout Test.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Misc Demos.png Prevent widgets sometimes appearing to move relative to each other (#7710) 2025-11-13 11:53:51 +01:00
Modals.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Multi Touch.png Add rotation gesture support for trackpad sources (#7453) 2025-09-11 12:44:17 +02:00
Painting.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Pan Zoom.png Change `Harness::run` to run until no more repaints are requested (#5580) 2025-01-07 08:33:44 +01:00
Panels.png Prevent widgets sometimes appearing to move relative to each other (#7710) 2025-11-13 11:53:51 +01:00
Popups.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
SVG Test.png More even text kerning (#7431) 2025-09-08 17:29:41 +02:00
Scene.png Use software texture filtering in kittest (#7602) 2025-10-08 16:24:02 +02:00
Screenshot.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Scrolling.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Sliders.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Strip.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Table.png Prevent widgets sometimes appearing to move relative to each other (#7710) 2025-11-13 11:53:51 +01:00
Tessellation Test.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Text Layout.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
TextEdit.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Tooltips.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Undo Redo.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00
Window Options.png Prevent widgets sometimes appearing to move relative to each other (#7710) 2025-11-13 11:53:51 +01:00
Window Resize Test.png Increase default text size from 12.5 to 13.0 (#7521) 2025-09-09 15:47:24 +02:00