mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
DIRECTOR: DEBUGGER: Moved Settings menu item to the bottom
This commit is contained in:
parent
49d0d24968
commit
fff73c3cac
@ -3536,7 +3536,6 @@ void onImGuiRender() {
|
||||
ImGui::MenuItem("CallStack", NULL, &_state->_w.callStack);
|
||||
ImGui::MenuItem("Breakpoints", NULL, &_state->_w.bpList);
|
||||
ImGui::MenuItem("Vars", NULL, &_state->_w.vars);
|
||||
ImGui::MenuItem("Settings", NULL, &_state->_w.settings);
|
||||
ImGui::MenuItem("Logger", NULL, &_state->_w.logger);
|
||||
ImGui::MenuItem("Archive", NULL, &_state->_w.archive);
|
||||
|
||||
@ -3545,6 +3544,8 @@ void onImGuiRender() {
|
||||
}
|
||||
if (ImGui::MenuItem("Load state")) {
|
||||
}
|
||||
ImGui::Separator();
|
||||
ImGui::MenuItem("Settings", NULL, &_state->_w.settings);
|
||||
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user