Jonathan Hoffstadt
Jonathan Hoffstadt
Interesting. I was waiting on someone to request this!
We are expecting this is 1.3. It will be a bit easier than we thought originally (learned some more advanced imgui features that will help)!
You are correct. At the moment, you have to create a "disabled theme" since we don't have a default one. We will be adding it back though shortly.
We are working on revamping the candle series for the next release!
Wait, where did 0.9 come from? Lol. You should be on >1.0. We removed everything before 1.0 except 0.6.415 and 0.8.64
I believe the version number was not changed. Will check on it.
For the attempted patch, we no longer modify the argument count. For bound methods we now use [`PyMethod_Function(...)`](https://python.readthedocs.io/en/stable/c-api/method.html#c.PyMethod_Function) to retrieve the underlying function and use that instead. We still pass...
Fixed in next release.
Unfortunately, looking at the ImGuiFileDialog source, it appears that color only works for individual filters. We will do a pull request on the library and add this in.
Can you try an absolute path to the ico file?