Ignore:
Timestamp:
2019-01-07T15:12:19+13:00 (5 years ago)
Author:
ak19
Message:

Fixed selection bug and added colour, thickness and opacity change to history.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/map-editor/DrawingManager/index.html

    r32711 r32721  
    1818    <button onclick="deleteAllShape()" accesskey="c">Clear All</button>
    1919    <button onclick="deleteSelectedShape()" accesskey="b">Delete Selected</button>
    20     <button onclick="polygonGetPath()" accesskey="q">Get Path</button>
    21     <button onclick="undoMovement()" accesskey="n">Undo</button>
     20    <button onclick="printHistory()" accesskey="q">Print History</button>
     21    <button onclick="undo()" accesskey="n">Undo</button>
    2222    <button onclick="redoMovement()" accesskey="n">Redo</button>
    2323   
Note: See TracChangeset for help on using the changeset viewer.