parent
83b732c732
commit
42272d2342
@ -194,7 +194,7 @@ BOutlineListView::KeyDown(const char* bytes, int32 numBytes)
|
|||||||
{
|
{
|
||||||
BListItem* item = ItemAt(currentSel);
|
BListItem* item = ItemAt(currentSel);
|
||||||
if (item && item->fHasSubitems) {
|
if (item && item->fHasSubitems) {
|
||||||
if (!IsExpanded(currentSel))
|
if (!item->IsExpanded())
|
||||||
Expand(item);
|
Expand(item);
|
||||||
else
|
else
|
||||||
Select(currentSel + 1);
|
Select(currentSel + 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user