mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
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>