Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #539: Allow windows to be set always_on_top #543

Merged
merged 1 commit into from
Sep 30, 2020
Merged

Fixes #539: Allow windows to be set always_on_top #543

merged 1 commit into from
Sep 30, 2020

Conversation

twitchyliquid64
Copy link

@twitchyliquid64 twitchyliquid64 commented Sep 29, 2020

Fixes #539.

[xxx@xxx]:~/projects/iced> cargo test
    Finished test [unoptimized + debuginfo] target(s) in 0.10s
     Running target/debug/deps/iced-cbc05f1843ac8fee

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests iced

running 7 tests
test src/lib.rs -  (line 69) ... ok
test src/sandbox.rs - sandbox::Sandbox (line 65) ... ok
test src/application.rs - application::Application (line 58) ... ok
test src/widget.rs - widget (line 7) ... ok
test src/lib.rs -  (line 53) ... ok
test src/lib.rs -  (line 127) ... ok
test src/lib.rs -  (line 80) ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

Copy link
Member

@hecrj hecrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you!

@hecrj hecrj added the feature New feature or request label Sep 30, 2020
@hecrj hecrj added this to the 0.2.0 milestone Sep 30, 2020
@hecrj hecrj merged commit c393e45 into iced-rs:master Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question : how to set a top most window ? thanks
2 participants