diff --git a/src/mvItemRegistry.cpp b/src/mvItemRegistry.cpp index af8624611..9a668d91c 100644 --- a/src/mvItemRegistry.cpp +++ b/src/mvItemRegistry.cpp @@ -1055,15 +1055,15 @@ RenderItemRegistry(mvItemRegistry& registry) for (auto& root : registry.textureRegistryRoots) root->draw(nullptr, 0.0f, 0.0f); - for (auto& root : registry.filedialogRoots) - root->draw(nullptr, 0.0f, 0.0f); - for (auto& root : registry.themeRegistryRoots) { if(root->config.show) ((mvTheme*)root.get())->push_theme_components(); } + for (auto& root : registry.filedialogRoots) + root->draw(nullptr, 0.0f, 0.0f); + for (auto& root : registry.colormapRoots) root->draw(nullptr, 0.0f, 0.0f);