[nostalgia/studio] Switch awayy from removed ImGui function
This commit is contained in:
@ -47,7 +47,7 @@ void ProjectExplorer::draw(core::Context *ctx) noexcept {
|
||||
| ImGuiWindowFlags_NoScrollbar
|
||||
| ImGuiWindowFlags_NoSavedSettings;
|
||||
ImGui::Begin("ProjectExplorer", nullptr, flags);
|
||||
ImGui::SetNextTreeNodeOpen(true);
|
||||
ImGui::SetNextItemOpen(true);
|
||||
if (m_treeModel) {
|
||||
m_treeModel->draw(ctx);
|
||||
}
|
||||
|
Reference in New Issue
Block a user