~ubuntu-branches/ubuntu/karmic/kid3/karmic

« back to all changes in this revision

Viewing changes to kid3/importselector.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-05-20 16:12:30 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090520161230-qetp532r8ydujkz2
Tags: upstream-1.2
Import upstream version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
870
870
                addAdditionalFrameColumns(*it, row);
871
871
                ++row;
872
872
        }
 
873
        m_tab->scrollToTop();
 
874
        m_tab->resizeColumnsToContents();
873
875
        m_tab->setVerticalHeaderLabels(vLabels);
874
876
#else
875
877
        m_tab->setNumRows(0);
909
911
                addAdditionalFrameColumns(*it, row);
910
912
                ++row;
911
913
        }
 
914
        if (row > 0) {
 
915
                m_tab->ensureCellVisible(0, 0);
 
916
        }
 
917
        for (int col = 0; col < m_tab->numCols(); ++col) {
 
918
                m_tab->adjustColumn(col);
 
919
        }
912
920
#endif
913
921
 
914
922
        // make time difference check