AirGuanZ / imgui-filebrowser

File browser implementation for dear-imgui. C++17 is required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File browser turns gray instead of background with recent ImGui version.

Centicus1000 opened this issue · comments

Hi,
first of: I love your work!

I recently updated the ImGui files in my project to the newest version. This seems to have broken the "gray turning" (not sure what this is called in ImGui-slang). Instead of the background, the file browser turns gray. This seems to be only a visual bug.

This is a screenshot of your "Getting Started"-Example code, with the old ImGui-files (v1.67):
screenshot-1

And this is a screenshot of the same code, but using the most recent ImGui (v1.88):
screenshot-2

I'm having the same issue on Mac and Windows. Do you know what the reason for this could be?
Thank you. <3

Hi,
I only found v1.87 on the official release page of dear-imgui. With that version, the file browser works as usual. Could you please tell me where to download the v1.88?Thanks.

Oh sorry, I got the ImGui files from the master branch, where it says v1.88 in the imgui.h file.

But I figured out the problem: I forgot to update my backend files. My bad.

Updating those fixed the problem. For v1.87 and v1.88.
Thank you.