Refresh after theme change, 2nd attempt
This commit is contained in:
parent
44261f2a12
commit
2724a3490c
1 changed files with 2 additions and 1 deletions
|
|
@ -1998,5 +1998,6 @@ void Editor::Impl::onThemeChanged()
|
||||||
if (function)
|
if (function)
|
||||||
function();
|
function();
|
||||||
}
|
}
|
||||||
frame_->invalid();
|
if (CFrame* frame = frame_)
|
||||||
|
frame->invalid();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue