Does not compile without bookmarks enabled
Lyderik opened this issue · 2 comments
Lyderik commented
In OmGuiFileDialog.cpp on line 3974, the flag ImGuiFileDialogFlags_DisableBookmarkMode
is referenced outside the #ifdef and #ifndef directives for USE_BOOKMARK
if (!(prFileDialogInternal.puDLGflags & ImGuiFileDialogFlags_DisableBookmarkMode) ||
!(prFileDialogInternal.puDLGflags & ImGuiFileDialogFlags_DisableCreateDirectoryButton))
{
This cause it to not compile, it compiles with USE_BOOKMARK enabled.
aiekick commented
arf, thanks
aiekick commented
just fixed. sorry for this basic issue haha :)