diff src/ChangeLog @ 12380:e8f17ad29f95 release-3-4-x

Prevent race condition in update_axes_layout
author Konstantinos Poulios <logari81@googlemail.com>
date Sun, 06 Feb 2011 02:24:28 +0100
parents 19ebbad32395
children d1e48a4a9a0b
line wrap: on
line diff
--- a/src/ChangeLog	Sat Feb 05 13:09:24 2011 -0800
+++ b/src/ChangeLog	Sun Feb 06 02:24:28 2011 +0100
@@ -1,3 +1,9 @@
+2011-02-06  Konstantinos Poulios  <logari81@googlemail.com>
+
+	* graphics.cc (updating_axes_layout): New file-scope variable.
+	(axes::properties::update_axes_layout):	Return immediately if
+	updating_axes_layout is true.
+
 2011-02-03  John W. Eaton  <jwe@octave.org>
 
 	* octave.cc: Include <sys/types.h> and <unistd.h> for isatty.