mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +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
|
/// Default: enabled
|
||||||
pub fn close_popups(mut self, value: bool) -> Self {
|
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
|
self
|
||||||
}
|
}
|
||||||
/// Enables/disables full column span (text will still fit in the current column).
|
/// Enables/disables full column span (text will still fit in the current column).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user