mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Oops, let's compare instead of assign.
This commit is contained in:
parent
a1bb0f1de3
commit
a9fdbcf07e
@ -819,7 +819,7 @@ void Window::Focus() {
|
||||
}
|
||||
|
||||
void Window::Blur() {
|
||||
if (::focused = this) {
|
||||
if (::focused == this) {
|
||||
::focused = nullptr;
|
||||
this->isDirty = true;
|
||||
this->OnFocusChanged(false);
|
||||
|
Loading…
Reference in New Issue
Block a user