Added copy string and copy demangled string to strings window

This commit is contained in:
WerWolv
2020-11-24 02:59:49 +01:00
parent e21211f3f6
commit f17d6c2359
5 changed files with 45 additions and 17 deletions

View File

@@ -116,6 +116,8 @@ namespace hex {
this->drawGotoPopup();
}
if (this->m_fileBrowser.showFileDialog("Open File", imgui_addons::ImGuiFileBrowser::DialogMode::OPEN)) {
this->openFile(this->m_fileBrowser.selected_path);
}