mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-26 04:48:29 +00:00
Booleano
This commit is contained in:
parent
091e5a6a15
commit
a658073bd7
@ -92,7 +92,7 @@ impl<'ui> ListClipperToken<'ui> {
|
|||||||
panic!("ListClipperToken::step called after it has previously returned false");
|
panic!("ListClipperToken::step called after it has previously returned false");
|
||||||
}
|
}
|
||||||
let ret = unsafe { sys::ImGuiListClipper_Step(self.list_clipper) };
|
let ret = unsafe { sys::ImGuiListClipper_Step(self.list_clipper) };
|
||||||
if ret {
|
if !ret {
|
||||||
self.consumed_workaround = true;
|
self.consumed_workaround = true;
|
||||||
}
|
}
|
||||||
ret
|
ret
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user