comparison libinterp/corefcn/graphics.cc @ 19097:f984fc55a825

Remove lef-tover figures in test from cset 4c59f69fa52c * graphics.cc: fix copy/paste error.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 31 Aug 2014 21:44:00 +0200
parents 1288a2f27769
children dc88c5784f74
comparison
equal deleted inserted replaced
19096:f9959972949a 19097:f984fc55a825
3697 %! assert (get (hf2, "currentaxes"), ax2); 3697 %! assert (get (hf2, "currentaxes"), ax2);
3698 %! assert (get (hf1, "currentaxes"), ax1); 3698 %! assert (get (hf1, "currentaxes"), ax1);
3699 %! set (ax1, "parent", hf2); 3699 %! set (ax1, "parent", hf2);
3700 %! assert (get (hf2, "currentaxes"), ax2); 3700 %! assert (get (hf2, "currentaxes"), ax2);
3701 %! unwind_protect_cleanup 3701 %! unwind_protect_cleanup
3702 %! close (hf); 3702 %! close (hf1);
3703 %! close (hf2);
3703 %! end_unwind_protect 3704 %! end_unwind_protect
3704 */ 3705 */
3705 3706
3706 void 3707 void
3707 figure::properties::set_visible (const octave_value& val) 3708 figure::properties::set_visible (const octave_value& val)