Andrew Auclair
Andrew Auclair
It was clear. I've reproduced it and marked the issue as a bug. The fix is involved. I have part of the fix developed but it will take more time;...
Can you be more specific? `Poco::Thread` has a constructor that takes a name.
1. what version of Modern Docking are you using? 2. when you sa "second one opens" what do you mean? Selecting float this again on the dockable that was just...
Looks fine for me now. I need to do more testing.
I'm struggling to find a reference, but I believe it's strongly recommended to not have statements after `SECTION`s because of these types of issues.
Perhaps this ties into docking anchors. A dockable could define its default anchor?
Experiment with https://about.readthedocs.com/ as the alternative. Looks to be a good choice and the documentation can be hosted on their site and integrated with GitHub actions.
The switch to readthedocs is complete. More improvements will be made as well.
It looks like setting the size of a `JFrame` followed by setting its extended state will return the frame to a normal state. This can be fixed by only setting...
Make sure we don't break the changes in #198 when fixing this.