Refresh the entire editor after a theme change

This commit is contained in:
Jean Pierre Cimalando 2021-05-11 18:18:02 +02:00
parent 6475e55913
commit 44261f2a12

View file

@ -1998,4 +1998,5 @@ void Editor::Impl::onThemeChanged()
if (function)
function();
}
frame_->invalid();
}