Ignore level when calling SetAlwaysOnTop on Widget
This commit is contained in:
parent
bce62622bb
commit
c336cf59c1
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ bool NativeWindowViews::IsClosable() {
|
|||
}
|
||||
|
||||
void NativeWindowViews::SetAlwaysOnTop(bool top, const std::string& level) {
|
||||
window_->SetAlwaysOnTop(top, level);
|
||||
window_->SetAlwaysOnTop(top);
|
||||
}
|
||||
|
||||
bool NativeWindowViews::IsAlwaysOnTop() {
|
||||
|
|
Loading…
Reference in a new issue