Ignore level when calling SetAlwaysOnTop on Widget

This commit is contained in:
Kevin Sawicki 2016-09-22 09:38:04 -07:00
parent bce62622bb
commit c336cf59c1

View file

@ -683,7 +683,7 @@ bool NativeWindowViews::IsClosable() {
} }
void NativeWindowViews::SetAlwaysOnTop(bool top, const std::string& level) { void NativeWindowViews::SetAlwaysOnTop(bool top, const std::string& level) {
window_->SetAlwaysOnTop(top, level); window_->SetAlwaysOnTop(top);
} }
bool NativeWindowViews::IsAlwaysOnTop() { bool NativeWindowViews::IsAlwaysOnTop() {