From a0683b8a7dfa9fec33c14d5269cae3f9277f18e5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 7 Mar 2015 13:10:55 +0000 Subject: added feature to resize columns git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4764 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/columnmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/columnmanager.cpp') diff --git a/src/qmmpui/columnmanager.cpp b/src/qmmpui/columnmanager.cpp index f033471a8..5788aaf59 100644 --- a/src/qmmpui/columnmanager.cpp +++ b/src/qmmpui/columnmanager.cpp @@ -83,7 +83,7 @@ void ColumnManager::resize(int index, int size) qWarning("ColumnManager: index is out of range"); m_columns[index].size = size; - sync(); + //sync(); emit resized(index); } -- cgit v1.2.3-13-gbd6f