Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf3c01b

Browse files
committed
fixes small formatting issue
1 parent2360280 commitcf3c01b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎imgui/src/widget/selectable.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ impl<'ui, T: AsRef<str>> Selectable<'ui, T> {
8686
///
8787
/// Default: enabled
8888
pubfnclose_popups(mutself,value:bool) ->Self{
89-
self.flags.set(SelectableFlags::NO_AUTO_CLOSE_POPUPS, !value);
89+
self.flags
90+
.set(SelectableFlags::NO_AUTO_CLOSE_POPUPS, !value);
9091
self
9192
}
9293
/// Enables/disables full column span (text will still fit in the current column).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp