]> git.sur5r.net Git - glabels/commitdiff
Fix line handle P1 sensitive
authorMarek Černocký <marek@manet.cz>
Thu, 11 Feb 2016 08:58:24 +0000 (09:58 +0100)
committerJim Evins <evins@snaught.com>
Fri, 12 Feb 2016 02:54:59 +0000 (21:54 -0500)
src/label-object.c

index 987f1b549995f1e6b28ce859972c82685ae39b5d..633fa17c53cc26a24e20d07184548238b8bb4af7 100644 (file)
@@ -1911,9 +1911,9 @@ gl_label_object_line_handle_at (glLabelObject     *object,
         {
                 return GL_LABEL_OBJECT_HANDLE_P2;
         }
-        
+
         /* P1 */
-        create_handle_path (cr, object, 0, h);
+        create_handle_path (cr, object, 0, 0);
         if (cairo_in_fill (cr, x, y))
         {
                 return GL_LABEL_OBJECT_HANDLE_P1;