action: select item: don't go down after selection
This commit is contained in:
@@ -1652,8 +1652,6 @@ void SelectItem::run()
|
|||||||
{
|
{
|
||||||
auto current = m_list->currentP();
|
auto current = m_list->currentP();
|
||||||
current->setSelected(!current->isSelected());
|
current->setSelected(!current->isSelected());
|
||||||
myScreen->scroll(NC::Scroll::Down);
|
|
||||||
listsChangeFinisher();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ReverseSelection::canBeRun()
|
bool ReverseSelection::canBeRun()
|
||||||
|
|||||||
Reference in New Issue
Block a user