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:
@@ -6008,6 +6008,9 @@ BPoseView::KeyDown(const char *bytes, int32 count)
|
|||||||
SelectPose(fFilteredPoseList->FirstItem(), 0);
|
SelectPose(fFilteredPoseList->FirstItem(), 0);
|
||||||
|
|
||||||
OpenSelection();
|
OpenSelection();
|
||||||
|
|
||||||
|
if (fFiltering && (modifiers() & B_SHIFT_KEY) != 0)
|
||||||
|
StopFiltering();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case B_HOME:
|
case B_HOME:
|
||||||
|
|||||||
Reference in New Issue
Block a user