diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-07 13:10:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-07 13:10:55 +0000 |
| commit | a0683b8a7dfa9fec33c14d5269cae3f9277f18e5 (patch) | |
| tree | 20fd6ff66b85fdb9eece7f3881d1d82e8f4dfe3c /src/qmmpui/columnmanager.cpp | |
| parent | 520ef07a7660d70d3add9a0aaf255524023888b3 (diff) | |
| download | qmmp-a0683b8a7dfa9fec33c14d5269cae3f9277f18e5.tar.gz qmmp-a0683b8a7dfa9fec33c14d5269cae3f9277f18e5.tar.bz2 qmmp-a0683b8a7dfa9fec33c14d5269cae3f9277f18e5.zip | |
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
Diffstat (limited to 'src/qmmpui/columnmanager.cpp')
| -rw-r--r-- | src/qmmpui/columnmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
