changeset 24651:d88323efe969

don't resize variable editor columns on every update (bug #52988) * variable-editor.cc (variable_editor::maybe_resize_columns): Don't reset size to default.
author John W. Eaton <jwe@octave.org>
date Mon, 29 Jan 2018 15:19:09 -0500
parents 2ab1154f2c7d
children ef60416c4686
files libgui/src/variable-editor.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/variable-editor.cc	Mon Jan 29 13:33:09 2018 -0500
+++ b/libgui/src/variable-editor.cc	Mon Jan 29 15:19:09 2018 -0500
@@ -427,8 +427,6 @@
           table->horizontalHeader ()->setDefaultSectionSize (mx);
         }
     }
-  else
-    table->horizontalHeader ()->setDefaultSectionSize (m_default_width);
 }
 
 void