kkk111
kkk111
ruby2.6 + ruby_jard use rubygems install ruby_jard 
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...