~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

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

  • Committer: tavmjong-free
  • Date: 2016-05-08 07:44:05 UTC
  • mfrom: (14873.1.1 gtk3)
  • Revision ID: tavmjong@free.fr-20160508074405-rm6tiapoq1ugamph
Start of GTK3 external style sheet support.

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
 
228
229
    if (event == NULL)
229
230
    {
230
231
        return false;