Files
zyedidia.micro/internal
Dmitry Maluka 6e43af31cb Fix non-working split resize with mouse drag (#1811)
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().
2020-08-04 18:37:19 -04:00
..
2020-07-05 01:12:35 -04:00
2020-07-05 01:12:35 -04:00
2020-07-22 15:40:40 -04:00
2020-07-10 12:26:15 -04:00
2020-06-27 17:59:28 -04:00