Use imfilebrowser instead of Window's file browser

This commit is contained in:
WerWolv
2020-11-12 21:20:51 +01:00
parent 6512d22981
commit d88bb877b6
7 changed files with 764 additions and 70 deletions

View File

@@ -7,6 +7,7 @@
#include "views/view.hpp"
#include "imgui_memory_editor.h"
#include "imfilebrowser.h"
#include <tuple>
#include <random>
@@ -30,6 +31,9 @@ namespace hex {
private:
MemoryEditor m_memoryEditor;
ImGui::FileBrowser m_fileBrowser;
prv::Provider* &m_dataProvider;
std::vector<Highlight> &m_highlights;