Changes between Initial Version and Version 1 of Ticket #21893


Ignore:
Timestamp:
2022-02-24T22:50:30+01:00 (4 years ago)
Author:
cmuelle8
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21893 – Description

    initial v1  
    2323It has been tested to not interfer with the other use of Ctrl modifier key in mapmode, which is mergeNodes() feature:
    2424* if Ctrl is held at release of the mouse button and a NodeToMerge was found, a Merge operation is carried out as expected from previous behavior
    25 * if Ctrl is released before the mouse button is released, no node merge is performed  (however, care must be taken to not additionally move the mouse within the timespan between Ctrl and mouse button release, else the alignment is lost in favor of the normal move operation)
    26 
     25* if Ctrl is released before the mouse button is released, no node merge is performed
     26  * this is relevant ''only'' if a node to merge to is identified at the location the user wants to finish the drag operation
     27  * if the node merge is not desirable some care must be taken to not additionally move the mouse within the timespan Ctrl key and mouse button are released (in that order)
    2728
    2829Although basic testing has been done, please test and improve the code changes before depending on them productively.