macOS: Resizable without decorations (#553)
* macOS: Resizable without decorations * Fix style mask regressions
This commit is contained in:
parent
2cc8fa1eac
commit
8891cfd85e
3 changed files with 60 additions and 23 deletions
|
|
@ -53,7 +53,7 @@ impl WindowBuilder {
|
|||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
/// This only has an effect on Windows & X11.
|
||||
/// This only has an effect on Windows, X11, and macOS.
|
||||
#[inline]
|
||||
pub fn with_resizable(mut self, resizable: bool) -> WindowBuilder {
|
||||
self.window.resizable = resizable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue