mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-10 04:58:34 +00:00
fixes small formatting issue
This commit is contained in:
parent
2360280b64
commit
cf3c01bf0f
@ -86,7 +86,8 @@ impl<'ui, T: AsRef<str>> Selectable<'ui, T> {
|
||||
///
|
||||
/// Default: enabled
|
||||
pub fn close_popups(mut self, value: bool) -> Self {
|
||||
self.flags.set(SelectableFlags::NO_AUTO_CLOSE_POPUPS, !value);
|
||||
self.flags
|
||||
.set(SelectableFlags::NO_AUTO_CLOSE_POPUPS, !value);
|
||||
self
|
||||
}
|
||||
/// Enables/disables full column span (text will still fit in the current column).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user