mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-05 00:19:27 +03:00
Fixed bug in text changed event
This commit is contained in:
parent
a1d21be928
commit
1d16b6e5a7
@ -119,7 +119,7 @@ namespace DarkUI.Controls
|
|||||||
|
|
||||||
if (e.OldItems != null)
|
if (e.OldItems != null)
|
||||||
{
|
{
|
||||||
foreach (DarkListItem item in e.NewItems)
|
foreach (DarkListItem item in e.OldItems)
|
||||||
item.TextChanged -= Item_TextChanged;
|
item.TextChanged -= Item_TextChanged;
|
||||||
|
|
||||||
// Find the starting index of the old item list and update anything past that
|
// Find the starting index of the old item list and update anything past that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user