# HG changeset patch # User John W. Eaton # Date 1424330208 18000 # Node ID c040bed12b2e41d66d2b1cd789e3fd5aba8ded48 # Parent 84772c2722887f69183c2842d09dc3e65ad28024 * ginput.m: Fix botched search and replace in previous change. diff -r 84772c272288 -r c040bed12b2e scripts/plot/util/ginput.m --- a/scripts/plot/util/ginput.m Thu Feb 19 02:11:13 2015 -0500 +++ b/scripts/plot/util/ginput.m Thu Feb 19 02:16:48 2015 -0500 @@ -125,7 +125,7 @@ endfunction function ginput_keypressfcn (src, evt) - point = get (ax, "currentpoint"); + point = get (gca (), "currentpoint"); key = evt.Key; if (key == "return") ## Enter key stops ginput.