Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Fix for #3860 (undo bug on create way) #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 3, 2012

  1. One attempt. Undo sort of works; redo doesn't.

    Defines BeginWayAction as including node creation and way creation.
    When the second last node gets undone, the BWA gets split apart
    and the node creation is preserved, but repackaged as a
    CreatePOIAction. Ugh.
    stevage committed Mar 3, 2012
    Configuration menu
    Copy the full SHA
    5534857 View commit details
    Browse the repository at this point in the history
  2. Working fix for #3860 - undoing first node of ways.

    Turned out to be pretty hard to come up with a clean solution
    because the way is created before the user has chosen where
    the second node goes etc. Anyway, it works.
    stevage committed Mar 3, 2012
    Configuration menu
    Copy the full SHA
    2373a60 View commit details
    Browse the repository at this point in the history
  3. Cleanup fix for #3860

    stevage committed Mar 3, 2012
    Configuration menu
    Copy the full SHA
    017c1e0 View commit details
    Browse the repository at this point in the history