mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved ListView cursor key handling, removed debug NOPs
This commit is contained in:
parent
959da9884c
commit
987adaec5c
26 changed files with 87 additions and 211 deletions
|
@ -1407,6 +1407,12 @@ namespace IDE.ui
|
|||
clickedItem = (DarkListViewItem)clickedItem.GetSubItem(0);
|
||||
}
|
||||
|
||||
if (theEvent.mBtn != 0)
|
||||
{
|
||||
if (clickedItem.Selected)
|
||||
return;
|
||||
}
|
||||
|
||||
SelectItem(clickedItem, true);
|
||||
|
||||
if ((!clickedItem.IsParent) && (theEvent.mBtnCount > 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue