[nostalgia/studio] Switch awayy from removed ImGui function
This commit is contained in:
parent
9f02c544d4
commit
919e637822
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user