fix open project menu
This commit is contained in:
@@ -413,9 +413,9 @@ void MasterEditor::DrawYazeMenu() {
|
|||||||
ImGui::Text("ROM: %s", current_project_.rom_filename_.c_str());
|
ImGui::Text("ROM: %s", current_project_.rom_filename_.c_str());
|
||||||
ImGui::Text("Labels: %s", current_project_.labels_filename_.c_str());
|
ImGui::Text("Labels: %s", current_project_.labels_filename_.c_str());
|
||||||
ImGui::Text("Code: %s", current_project_.code_folder_.c_str());
|
ImGui::Text("Code: %s", current_project_.code_folder_.c_str());
|
||||||
}
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
DrawHelpMenu();
|
DrawHelpMenu();
|
||||||
|
|
||||||
ImGui::SameLine(ImGui::GetWindowWidth() - ImGui::GetStyle().ItemSpacing.x -
|
ImGui::SameLine(ImGui::GetWindowWidth() - ImGui::GetStyle().ItemSpacing.x -
|
||||||
|
|||||||
Reference in New Issue
Block a user