dfranx / ImFileDialog

A file dialog library for Dear ImGui
MIT License
509 stars 57 forks source link

missing LastItemRect error with ImGui 1.84.2 #8

Closed SadE54 closed 3 years ago

SadE54 commented 3 years ago

I'm trying to compile last version with last official Imgui release and I get these 2 errors: Error C2039 'LastItemRect': is not a member of 'ImGuiWindowTempData' Error C2660 'ImDrawList::AddRectFilled': function does not take 2 arguments Easy Dear ImGui

But Looking at the last commits , the lib was updated for 1.84 :-/