diff src/ChangeLog @ 11900:9e07dffc8a60 release-3-0-x

generate new fractional parts for recycled graphics handles
author John W. Eaton <jwe@octave.org>
date Mon, 05 Jan 2009 08:20:15 +0100
parents bfac13fcb6fe
children 059fadc0cbc3
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jan 05 08:17:53 2009 +0100
+++ b/src/ChangeLog	Mon Jan 05 08:20:15 2009 +0100
@@ -1,5 +1,10 @@
 2008-10-16  John W. Eaton  <jwe@octave.org>
 
+	* graphics.cc (make_handle_fraction): New static function.
+	(gh_manager::get_handle): Use it.
+	(gh_manager::do_free): Call make_handle_fraction to replace
+	fractional part of non-figure handles.
+
 	* graphics.cc (base_properties::remove_child): Handle children as
 	a column vector instead of a row vector.