So I experimented with some LO versions (on Linux you can git clone
the Bibisect release repository, which contains most LO releases; see https://wiki.documentfoundation.org/QA/Bibisect/Linux#Versions). I used 5.4.7, 6.2.8 and my current development build of 7.0.0.
There are two tools: polygon
and polygon, filled
, to begin with. The polygon, filled
will always create a filled polygon in my tests. What is consistent for both tools is:
-
Ctrl + Alt + click
finishes the current polygon / closes the polyline (and potentially starts a new one).
- a
double-click
anywhere finishes editing
But the behavior after the 1st and 2nd action of polygon
has changed. Multiple times. For the tested versions I got:
- 5.4.7: 1st will continue to draw a line from the last point (not the closing point!) and 2nd will not fill the polygon
- 6.2.8: 1st will not continue the line and 2nd will fill the polygon
- 7.0.0: 1st will not continue the line and 2nd will not fill the polygon
If you don’t double-click
after Ctrl + Alt + click
, you can create a new polyline or poligon, which will be grouped together when finished.
Maybe there should be an extra polyline
tool, so the current polygon
tool would always close on finish. That seems more consistent. I’ll open a bug report to get some feedback. Existing documentation should get updated too, I guess.