changeset 18800:10082673a8f0

Don't delete listeners with 'cla reset' for Matlab compatibility (bug #42285). * graphics.in.h (set_defaults): Delete call to remove_all_listeners().
author Rik <rik@octave.org>
date Fri, 16 May 2014 08:20:11 -0700
parents 692e16c9e488
children 75f8926deef1
files libinterp/corefcn/graphics.in.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Thu May 15 15:09:54 2014 -0700
+++ b/libinterp/corefcn/graphics.in.h	Fri May 16 08:20:11 2014 -0700
@@ -4158,7 +4158,6 @@
 
   void set_defaults (const std::string& mode)
   {
-    remove_all_listeners ();
     xproperties.set_defaults (*this, mode);
   }