kkk111

Results 4 comments of kkk111

ruby2.6 + ruby_jard  use rubygems install ruby_jard  ![debug](https://user-images.githubusercontent.com/55620705/138487228-7cff614a-5666-446f-b691-a734298d74f5.png)

Currently, mkxp doesn't work on ruby 3.1, but I'm investigating. https://aur.archlinux.org/packages/mkxp-git/ Again, it's 2.7, and since ruby_jard>2.5 or higher, I've adopted the stable 2.6.

I believe the root cause is in the GetNodeTitleRect function: ` inline ImRect GetNodeTitleRect(const ImNodeData& node) { // 1. Get the rectangle occupied by the title bar's content (e.g., text),...

This leads to another question: where is the node's width originally determined? Tracing this back reveals a different potential issue with the following function ` inline ImRect GetItemRect() { return...