http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af056e7
)
Fix bug with Treeview_SelectItem reselecting the same item.
author
Crestez Leonard
<cleonard@go.ro>
Fri, 7 Jan 2005 15:34:25 +0000
(15:34 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 7 Jan 2005 15:34:25 +0000
(15:34 +0000)
dlls/comctl32/treeview.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/comctl32/treeview.c
b/dlls/comctl32/treeview.c
index 3c6857b97a4798eca30482299c0ee2f7b835f95d..0f15c41a2742f1f9c297271970d001c82dbde5d4 100644
(file)
--- a/
dlls/comctl32/treeview.c
+++ b/
dlls/comctl32/treeview.c
@@
-4130,9
+4130,6
@@
TREEVIEW_DoSelectItem(TREEVIEW_INFO *infoPtr, INT action, HTREEITEM newSelect,
case TVGN_CARET:
prevSelect = infoPtr->selectedItem;
- if (prevSelect == newSelect)
- return FALSE;
-
if (TREEVIEW_SendTreeviewNotify(infoPtr,
TVN_SELCHANGINGW,
cause,