Mercurial > hg > octave-nkf
changeset 20185:f902855f870a
Fix right click zoom in fltk after cset f134ee404041 (bug #44522)
* __init_fltk__.cc (plot_window::handle): replace "alternate", which is not an allowed value for "selectiontype" after cset f134ee404041, by "alt"
author | Pantxo Diribarne <pantxo.diribarne@gmail.com> |
---|---|
date | Sun, 22 Mar 2015 16:18:27 +0100 |
parents | 0f2cbcb14a21 |
children | 5e6e0563388b |
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 +++ b/libinterp/dldfcn/__init_fltk__.cc @@ -1460,7 +1460,7 @@ else if ((Fl::event_button () == FL_LEFT_MOUSE && Fl::event_ctrl ()) || Fl::event_button () == FL_RIGHT_MOUSE) - fp.set_selectiontype ("alternate"); + fp.set_selectiontype ("alt"); else if (Fl::event_clicks ()) fp.set_selectiontype ("open"); else