1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00
Files
egui/crates
Lucas Meurer 495768517f Mark the widgets a DragValue is built from with DragValue::CLASS
A drag value is not a widget of its own: it shows a `Button` while you drag
it and a `TextEdit` while you type into it. A `StyleProvider` asked to style
either had no way to tell it apart from a stand-alone one, so it could not
style the two states as one control.

Set `egui::drag_value` on the drag value itself; it already forwards its
classes to both.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-31 14:51:02 +02:00
..
2026-08-26 06:09:32 +00:00