mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-27 17:30:37 +09:00
Fix the 2nd part of #1773: resize via mouse drag doesn't work if the split on the left contains other splits, i.e. is not a leaf node. The problem is that only leaf nodes have unique id. For non-leaf nodes ID() returns 0. So we shouldn't search the node by id. So replace GetMouseSplitID() with GetMouseSplitNode().