diff --git a/Bin/net40/SunnyUI.dll b/Bin/net40/SunnyUI.dll index 6cdc289b..b89e56cc 100644 Binary files a/Bin/net40/SunnyUI.dll and b/Bin/net40/SunnyUI.dll differ diff --git a/SunnyUI/Controls/UIListBox.cs b/SunnyUI/Controls/UIListBox.cs index 47ea197e..c0d0c400 100644 --- a/SunnyUI/Controls/UIListBox.cs +++ b/SunnyUI/Controls/UIListBox.cs @@ -875,10 +875,10 @@ namespace Sunny.UI //} showText = GetItemText(Items[e.Index]); - if (showText.IsNullOrEmpty()) - { - showText = Items[e.Index].ToString(); - } + // if (showText.IsNullOrEmpty()) + // { + // showText = Items[e.Index].ToString(); + // } } if (!otherState)