mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-17 00:16:20 +01:00
Merge branch 'justalemon-outofrangefix' into jay
This commit is contained in:
commit
00851a649a
@ -1225,7 +1225,7 @@ namespace DS4Windows
|
|||||||
|
|
||||||
private void lVMacros_MouseDoubleClick(object sender, MouseEventArgs e)
|
private void lVMacros_MouseDoubleClick(object sender, MouseEventArgs e)
|
||||||
{
|
{
|
||||||
if (lVMacros.SelectedIndices[0] >= 0)
|
if (lVMacros.SelectedIndices.Count != 0)
|
||||||
{
|
{
|
||||||
if (lVMacros.SelectedItems[0].ImageIndex == 2)
|
if (lVMacros.SelectedItems[0].ImageIndex == 2)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user