Skip to content
  • Michael Migliore's avatar
    Add capacity to add a point outside of the current polyline · 480a7082
    Michael Migliore authored
    It was only possible to add a point on a current line and move it.
    It is now possible to insert a point everywhere, a line will be created between this point
    and the last existing one.
    The key combinaison is alt + left click.
    The point is pushed before the first point or after the last one depending on previous selection.
    
    Please, note that some window manager (like KDE) already define alt + left click event,
    it must be disabled to use this feature.
    480a7082