SaveTool: change viewer window ID.

This commit is contained in:
Guillaume Jacquemin 2022-01-07 09:35:32 +01:00
parent 1378676bbc
commit 7fb269f862
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void SaveTool::drawMassViewer() {
ImGui::SetNextWindowPos({0.0f, ImGui::GetItemRectSize().y}, ImGuiCond_Always);
ImGui::SetNextWindowSize({Float(windowSize().x()), Float(windowSize().y()) - ImGui::GetItemRectSize().y},
ImGuiCond_Always);
if(!ImGui::Begin("##MainWindow", nullptr,
if(!ImGui::Begin("##MassViewer", nullptr,
ImGuiWindowFlags_NoDecoration|ImGuiWindowFlags_NoMove|
ImGuiWindowFlags_NoBackground|ImGuiWindowFlags_NoBringToFrontOnFocus))
{