[ros-diffs] [gbrunmar] 29383: * Fixed bug 2456 (propsheet's apply button enabling at the wrong time) See issue #2456 for more details.

gbrunmar at svn.reactos.org gbrunmar at svn.reactos.org
Wed Oct 3 21:34:35 CEST 2007


Author: gbrunmar
Date: Wed Oct  3 23:34:34 2007
New Revision: 29383

URL: http://svn.reactos.org/svn/reactos?rev=29383&view=rev
Log:
* Fixed bug 2456 (propsheet's apply button enabling at the wrong time)
See issue #2456 for more details.

Modified:
    trunk/reactos/dll/win32/comctl32/comctl32_ros.diff
    trunk/reactos/dll/win32/comctl32/propsheet.c

Modified: trunk/reactos/dll/win32/comctl32/comctl32_ros.diff
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/comctl32/comctl32_ros.diff?rev=29383&r1=29382&r2=29383&view=diff
==============================================================================
--- trunk/reactos/dll/win32/comctl32/comctl32_ros.diff (original)
+++ trunk/reactos/dll/win32/comctl32/comctl32_ros.diff Wed Oct  3 23:34:34 2007
@@ -111,6 +111,15 @@
  }
  
  /******************************************************************************
+@@ -3555,6 +3558,8 @@
+        * from which to switch to the next page */
+       SendMessageW(hwndTabCtrl, TCM_SETCURSEL, psInfo->active_page, 0);
+ 
++      PROPSHEET_UnChanged(hwnd, (HWND)wParam);
++
+       return TRUE;
+     }
+ 
 Index: tooltips.c
 ===================================================================
 --- tooltips.c	(revision 25790)

Modified: trunk/reactos/dll/win32/comctl32/propsheet.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/comctl32/propsheet.c?rev=29383&r1=29382&r2=29383&view=diff
==============================================================================
--- trunk/reactos/dll/win32/comctl32/propsheet.c (original)
+++ trunk/reactos/dll/win32/comctl32/propsheet.c Wed Oct  3 23:34:34 2007
@@ -3558,6 +3558,8 @@
        * from which to switch to the next page */
       SendMessageW(hwndTabCtrl, TCM_SETCURSEL, psInfo->active_page, 0);
 
+      PROPSHEET_UnChanged(hwnd, (HWND)wParam);
+
       return TRUE;
     }
 




More information about the Ros-diffs mailing list