~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/dataeditor/twintablemember.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-05-11 21:58:23 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511215823-m2f3gehcvapwrzgp
Tags: 0.5.0d-0ubuntu1
* New upstream release (LP: #375213)
* Bump Standards-Version to 3.8.1
* Drop cmake, libphon-dev from build-deps
* Update maintainer field

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
                          twintablemember.cpp  -  description
3
3
                             -------------------
4
4
    begin                : Tue Oct 29 2002
5
 
    copyright            : (C) 2002, 2006, 2007 by Thomas Friedrichsmeier
 
5
    copyright            : (C) 2002, 2006, 2007, 2009 by Thomas Friedrichsmeier
6
6
    email                : tfry@users.sourceforge.net
7
7
 ***************************************************************************/
8
8
 
181
181
                e->accept ();
182
182
        } else {
183
183
                QTableView::keyPressEvent (e);
 
184
                scrollTo (currentIndex ());     // why oh why isn't this the default behavior?
184
185
        }
185
186
}
186
187