Skip to content

Commit

Permalink
Select all in mem editor
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Aug 23, 2024
1 parent 92d2f8b commit 0a94d6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platforms/shared/desktop/gui_debug_memeditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,11 @@ void MemEditor::DrawContexMenu(int address, bool cell_hovered)
Paste();
}

if (ImGui::Selectable("Select All"))
{
SelectAll();
}

if (ImGui::Selectable("Add Bookmark..."))
{
m_add_bookmark = true;
Expand Down

0 comments on commit 0a94d6c

Please sign in to comment.