revert workaround for key on end

This commit is contained in:
Petr Vanek
2012-01-02 09:34:56 +01:00
parent 2b9432a16c
commit 4f770327fe
-4
View File
@@ -2563,10 +2563,6 @@ void TerminalDisplay::keyPressEvent( QKeyEvent* event )
if ( emitKeyPressSignal )
emit keyPressedSignal(event);
// a little hack to ensure terminal goes into its "edit" line
_scrollBar->setValue(_scrollBar->maximum());
// end of the hack
event->accept();
}