mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
no more step on int scalar, fixes 758
This commit is contained in:
parent
42a7ce8ceb
commit
8f0bbe3c03
@ -585,7 +585,7 @@ impl<'ui> Ui {
|
||||
label: L,
|
||||
value: &'p mut i32,
|
||||
) -> InputScalar<'ui, 'p, i32, L> {
|
||||
self.input_scalar(label, value).step(1)
|
||||
self.input_scalar(label, value)
|
||||
}
|
||||
|
||||
/// Shortcut for [`Ui::input_scalar`]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user