diff libinterp/dldfcn/__init_fltk__.cc @ 19296:8ba8f3d22189

__init_fltk__.cc: Allow selection of axes from whole plot area
author Andreas Weber <andy.weber.aw@gmail.com>
date Sun, 02 Nov 2014 19:06:40 +0100
parents 0f9c5a15c8fa
children 728873ccd637
line wrap: on
line diff
--- a/libinterp/dldfcn/__init_fltk__.cc	Sat Nov 01 17:24:23 2014 -0700
+++ b/libinterp/dldfcn/__init_fltk__.cc	Sun Nov 02 19:06:40 2014 +0100
@@ -1075,7 +1075,7 @@
 
             if (kid.valid_object () && kid.isa ("axes"))
               {
-                Matrix bb = kid.get_properties ().get_boundingbox (true);
+                Matrix bb = kid.get_properties ().get_boundingbox (false);
 
                 if (bb(0) <= px && px < (bb(0)+bb(2))
                     && bb(1) <= py && py < (bb(1)+bb(3)))