Bug: Command History not Scrolling to End

Its better, but still easy to break:

for(int i = 0; i < 100; i++) {
        RhinoApp.WriteLine("Test: " + i.ToString());
    }

After running this a few times it scrolls only halfway or more, but never to the end. And does not recover. Dragging a box etc. results in erratic jumping around. Once the Buffer is is full (around 4k lines) it stablizies a bit, but still:

What i see:

what it is:

Edit:
I don’t think my script has anything specifically to do with it, so i assume it would fail after an hour of work… Also for the screenshots i removed the panel from the dock, this makes no difference.
Same for the bottom panel:

1 Like