Hmmm ok I will answer to myself: Thomas pointed me to the git repo of wine
and doing a grep in it I found what you've just commited, so it's ok :)
Sorry for this mail, then !
H.
-----Message d'origine-----
De : Ros-dev [mailto:ros-dev-bounces@reactos.org] De la part de Hermès
BÉLUSCA - MAÏTO
Envoyé : dimanche 11 mai 2014 15:44
À : ReactOS Development List
Objet : Re: [ros-dev] [ros-diffs] [cwittich] 63225: [comctl32] Notify the
parent on a return key press. fixes return key in device manager
Hi Christoph !
Are you sure that before committing this fix in Wine code, you: 1- made a
patch to wine's code, 2- sent it to them, and 3- checked that they merged
too in their code base? Because otherwise your fix here might be lost in the
next Wine code sync...
Cheers,
Hermès.
-----Message d'origine-----
Author: cwittich
Date: Sun May 11 05:04:56 2014
New Revision: 63225
URL:
http://svn.reactos.org/svn/reactos?rev=63225&view=rev
Log:
[comctl32]
Notify the parent on a return key press.
fixes return key in device manager
Modified:
trunk/reactos/dll/win32/comctl32/treeview.c
Modified: trunk/reactos/dll/win32/comctl32/treeview.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/comctl32/treeview
.c?rev=63225&r1=63224&r2=63225&view=diff
============================================================================
==
--- trunk/reactos/dll/win32/comctl32/treeview.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/comctl32/treeview.c [iso-8859-1] Sun May 11
05:04:56 2014
@@ -5242,6 +5242,10 @@
newSelection = TREEVIEW_GetNextListItem(infoPtr, prevItem);
break;
+ case VK_RETURN:
+ TREEVIEW_SendSimpleNotify(infoPtr, NM_RETURN);
+ break;
+
case VK_HOME:
newSelection = infoPtr->root->firstChild;
break;
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev