changeset 19330: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 76a6ba7d65d0
children 5537c582416b
files libinterp/dldfcn/__init_fltk__.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))