move rom information to view menu
This commit is contained in:
@@ -594,8 +594,6 @@ void MasterEditor::DrawEditMenu() {
|
|||||||
MENU_ITEM2("Paste", "Ctrl+V") { status_ = current_editor_->Paste(); }
|
MENU_ITEM2("Paste", "Ctrl+V") { status_ = current_editor_->Paste(); }
|
||||||
Separator();
|
Separator();
|
||||||
MENU_ITEM2("Find", "Ctrl+F") {}
|
MENU_ITEM2("Find", "Ctrl+F") {}
|
||||||
Separator();
|
|
||||||
MENU_ITEM("ROM Information") rom_info_ = true;
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -643,6 +641,8 @@ void MasterEditor::DrawViewMenu() {
|
|||||||
MenuItem("Assembly Editor", nullptr, &show_asm_editor);
|
MenuItem("Assembly Editor", nullptr, &show_asm_editor);
|
||||||
MenuItem("Palette Editor", nullptr, &show_palette_editor);
|
MenuItem("Palette Editor", nullptr, &show_palette_editor);
|
||||||
Separator();
|
Separator();
|
||||||
|
MENU_ITEM("ROM Information") rom_info_ = true;
|
||||||
|
Separator();
|
||||||
MenuItem("ImGui Demo", nullptr, &show_imgui_demo);
|
MenuItem("ImGui Demo", nullptr, &show_imgui_demo);
|
||||||
MenuItem("ImGui Metrics", nullptr, &show_imgui_metrics);
|
MenuItem("ImGui Metrics", nullptr, &show_imgui_metrics);
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user