stroke panel min-width

This commit is contained in:
2019-03-02 01:11:07 +01:00
parent eed6431c15
commit a4de6c9cc2
2 changed files with 2 additions and 2 deletions

View File

@@ -676,9 +676,9 @@ void App::update(float dt)
void App::terminate()
{
LOG("App::terminate");
NodeStrokePreview::terminate_renderer();
TextureManager::invalidate();
ShaderManager::invalidate();
NodeStrokePreview::terminate_renderer();
layout.unload();
uirtt.destroy();
m_face_plane.destroy();