mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-27 15:25:30 +01:00
parent
c324434a05
commit
9b36f73ed5
@ -1225,11 +1225,8 @@ namespace DS4Windows
|
|||||||
|
|
||||||
private void lVMacros_MouseDoubleClick(object sender, MouseEventArgs e)
|
private void lVMacros_MouseDoubleClick(object sender, MouseEventArgs e)
|
||||||
{
|
{
|
||||||
if (lVMacros.SelectedIndices.Count == 0)
|
if (lVMacros.SelectedIndices.Count != 0)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (lVMacros.SelectedItems[0].ImageIndex == 2)
|
if (lVMacros.SelectedItems[0].ImageIndex == 2)
|
||||||
{
|
{
|
||||||
TextBox tb = new TextBox();
|
TextBox tb = new TextBox();
|
||||||
@ -1293,6 +1290,7 @@ namespace DS4Windows
|
|||||||
tb1.Focus();
|
tb1.Focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void tb_TextChanged(object sender, EventArgs e)
|
void tb_TextChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user