Allow shift-return to discard the filter so you can decided whether or not the

filter shall stay in effect when opening a selection.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35347 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2010-01-30 18:17:22 +00:00
parent 2932770972
commit 6a5cf0a1f2
1 changed files with 3 additions and 0 deletions

View File

@ -6008,6 +6008,9 @@ BPoseView::KeyDown(const char *bytes, int32 count)
SelectPose(fFilteredPoseList->FirstItem(), 0);
OpenSelection();
if (fFiltering && (modifiers() & B_SHIFT_KEY) != 0)
StopFiltering();
break;
case B_HOME: