I've just installed version 4.2.10 hoping it would fix this bug - but the bug is still there. And it is a bug.
When I reply to a message, the right side of the editor window goes partially offscreen. This is because the program always insists on opening the editor window at offset of 240x by 125y (pixels).
The only way to fix the problem is to make the editor window so small that it fits on the screen when its left edge is 240x.
I just don't understand why you can't simply record/remember the last position of the window as you do the size. I'm a software developer, and I do this for all of my programs. It is not difficult...
When I reply to a message, the right side of the editor window goes partially offscreen. This is because the program always insists on opening the editor window at offset of 240x by 125y (pixels).
The only way to fix the problem is to make the editor window so small that it fits on the screen when its left edge is 240x.
I just don't understand why you can't simply record/remember the last position of the window as you do the size. I'm a software developer, and I do this for all of my programs. It is not difficult...