[QGIS Commit] [qgis/Quantum-GIS] 7fff92: fix for #7628 undo does not work ok

GitHub noreply at github.com
Fri Apr 19 02:18:04 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 7fff92ac1da72afeafb8b390ddc610a7bb83502d
      https://github.com/qgis/Quantum-GIS/commit/7fff92ac1da72afeafb8b390ddc610a7bb83502d
  Author: Richard Duivenvoorde <richard at duif.net>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M python/gui/qgsrubberband.sip
    M src/app/qgsmaptoolcapture.cpp
    M src/gui/qgsrubberband.cpp
    M src/gui/qgsrubberband.h

  Log Message:
  -----------
  fix for #7628 undo does not work ok

adding a removePoint method, which can also take a negative index to start
removing vertices from the end.
actual fix for #7628 was to not remove the last node, but the one before that.


  Commit: bfef00a64457ac2715daaa4e5e55579f7282c693
      https://github.com/qgis/Quantum-GIS/commit/bfef00a64457ac2715daaa4e5e55579f7282c693
  Author: matthias-kuhn <matthias.kuhn at gmx.ch>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M python/gui/qgsrubberband.sip
    M src/app/qgsmaptoolcapture.cpp
    M src/gui/qgsrubberband.cpp
    M src/gui/qgsrubberband.h

  Log Message:
  -----------
  Merge pull request #544 from rduivenvoorde/rubberband#7628

fix #7628


Compare: https://github.com/qgis/Quantum-GIS/compare/31cecdbc51d0...bfef00a64457


More information about the QGIS-commit mailing list