[ros-diffs] [mf] 13362: border for address bar

mf at svn.reactos.com mf at svn.reactos.com
Sat Jan 29 18:39:11 CET 2005


border for address bar
Modified: trunk/reactos/subsys/system/ibrowser/mainframe.cpp
  _____  

Modified: trunk/reactos/subsys/system/ibrowser/mainframe.cpp
--- trunk/reactos/subsys/system/ibrowser/mainframe.cpp	2005-01-29
15:29:20 UTC (rev 13361)
+++ trunk/reactos/subsys/system/ibrowser/mainframe.cpp	2005-01-29
17:39:09 UTC (rev 13362)
@@ -102,7 +102,7 @@

 	DrawText(canvas, TEXT("My"), -1, &rect,
DT_SINGLELINE|DT_NOPREFIX|DT_CALCRECT);
 	HFONT hfont = GetStockFont(DEFAULT_GUI_FONT);
 
-	_haddressedit = CreateWindow(TEXT("EDIT"), NULL,
WS_CHILD|WS_VISIBLE, 0, 0, 0, rect.bottom,
+	_haddressedit = CreateWindow(TEXT("EDIT"), NULL,
WS_CHILD|WS_VISIBLE|WS_BORDER, 0, 0, 0, rect.bottom,
 							hwnd,
(HMENU)IDW_ADDRESSBAR, g_hInstance, 0);
 	SetWindowFont(_haddressedit, hfont, FALSE);
 	new EditController(_haddressedit);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050129/1b4708a9/attachment.html


More information about the Ros-diffs mailing list