improve reload ui

This commit is contained in:
2019-04-22 10:05:13 +02:00
parent a8d475fbfb
commit 042ad503d2
7 changed files with 23 additions and 7 deletions

View File

@@ -32,6 +32,9 @@ bool LayoutManager::load(const char* path)
if (m_loaded)
return true; // already loaded
#endif // __ANDROID__
if (!m_layouts.empty() && on_reloading)
on_reloading();
m_path = path;