🚑 修复可能导致输入法特定场景卡顿的问题
This commit is contained in:
@@ -490,6 +490,7 @@ namespace GeekDesk.Util
|
||||
return false;
|
||||
|
||||
ListBoxItem item = this.GetListBoxItem( this.indexToSelect );
|
||||
if (item == null) return false;
|
||||
Rect bounds = VisualTreeHelper.GetDescendantBounds( item );
|
||||
Point ptInItem = this.listBox.TranslatePoint( this.ptMouseDown, item );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user