migrate to virtual void and start mac impl
This commit is contained in:
parent
97589bbe33
commit
ae632193c0
4 changed files with 11 additions and 3 deletions
|
@ -391,8 +391,7 @@ bool Window::IsEnabled() {
|
|||
}
|
||||
|
||||
void Window::SetEnabled(bool enable) {
|
||||
auto window = static_cast<NativeWindowViews*>(window_.get());
|
||||
window->SetEnabled(enable);
|
||||
window_->SetEnabled(enable);
|
||||
}
|
||||
|
||||
void Window::Maximize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue