Fix crash in mac library filter widget.

Fixes issue #1914
Thanks to: tyler.s.rhodes@gmail.com
This commit is contained in:
John Maguire 2011-05-23 09:41:08 +00:00
parent c2e9bee463
commit 20534811c8
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ void LibraryFilterWidget::keyReleaseEvent(QKeyEvent* e) {
break;
case Qt::Key_Escape:
ui_->filter->LineEditInterface::clear();
filter_->clear();
e->accept();
break;
}