# HG changeset patch # User Andreas Weber # Date 1414951600 -3600 # Node ID 8ba8f3d2218949428210f03cd1b17e8b86fbb5f7 # Parent 76a6ba7d65d04ec75f33aa6b5ce1cabffee83d3e __init_fltk__.cc: Allow selection of axes from whole plot area diff -r 76a6ba7d65d0 -r 8ba8f3d22189 libinterp/dldfcn/__init_fltk__.cc --- 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)))