mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Use ImGui's built-in drag n drop support for bookmarks
This commit is contained in:
@@ -28,7 +28,6 @@ namespace hex::plugin::builtin {
|
||||
TextEditor editor;
|
||||
};
|
||||
|
||||
std::list<Bookmark>::iterator m_dragStartIterator;
|
||||
PerProvider<std::list<Bookmark>> m_bookmarks;
|
||||
PerProvider<u64> m_currBookmarkId;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user