~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/ui/tool/control-point.cpp

  • Committer: Daniel Bailey
  • Date: 2016-05-15 20:44:44 UTC
  • Revision ID: d@nielbailey.com-20160515204444-tak344mvzf55nhwk
Added support for editting arc segments in the node editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
{
226
226
    // NOTE the static variables below are shared for all points!
227
227
    // TODO handle clicks and drags from other buttons too
228
 
 
229
228
    if (event == NULL)
230
229
    {
231
230
        return false;