Refresh after theme change, 2nd attempt

This commit is contained in:
Jean Pierre Cimalando 2021-05-11 18:19:23 +02:00
parent 44261f2a12
commit 2724a3490c

View file

@ -1998,5 +1998,6 @@ void Editor::Impl::onThemeChanged()
if (function)
function();
}
frame_->invalid();
if (CFrame* frame = frame_)
frame->invalid();
}