[ros-diffs] [martinf] 36: Explorer: fix Rebar resizing

martinf at svn.reactos.org martinf at svn.reactos.org
Sun Jan 29 16:59:31 CET 2006


Explorer: fix Rebar resizing
Modified: trunk/reactos/base/shell/explorer/shell/mainframe.cpp
  _____  

Modified: trunk/reactos/base/shell/explorer/shell/mainframe.cpp
--- trunk/reactos/base/shell/explorer/shell/mainframe.cpp
2006-01-29 15:28:15 UTC (rev 35)
+++ trunk/reactos/base/shell/explorer/shell/mainframe.cpp
2006-01-29 15:59:25 UTC (rev 36)
@@ -304,6 +304,7 @@

 		MoveWindow(_hwndrebar, 0, 0, LOWORD(lparam), height,
TRUE);
 #else
 		resize_frame(LOWORD(lparam), HIWORD(lparam));
+		SendMessage(_hwndrebar, WM_SIZE, 0, 0);
 #endif
 		break;	// do not pass message to DefFrameProc
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060129/b8b471da/attachment-0002.html


More information about the Ros-diffs mailing list