Skip to content

Commit

Permalink
Add line about what set_rtl exactly does
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Jul 13, 2023
1 parent b078dca commit d852ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ pub trait WindowExtWindows {
fn set_undecorated_shadow(&self, shadow: bool);

/// Sets right-to-left layout.
///
/// Enabling this mainly flips the orientation of menus and title bar buttons
fn set_rtl(&self, rtl: bool);
}

Expand Down

0 comments on commit d852ebd

Please sign in to comment.