# HG changeset patch # User John W. Eaton # Date 1517257149 18000 # Node ID d88323efe969184445c34ea709d8785fe788e097 # Parent 2ab1154f2c7d333e2157a252edaaa1145f602af7 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. diff -r 2ab1154f2c7d -r d88323efe969 libgui/src/variable-editor.cc --- 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