mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
fix floating favorites menus
svn path=/trunk/; revision=9054
This commit is contained in:
@@ -75,3 +75,4 @@ If you search for more information, look into the CVS repository.
|
||||
XML storage for configuration options
|
||||
28.03.2004 m. fuchs configuration options for showing/hiding clock, ...
|
||||
04.04.2004 m. fuchs import of IE bookmarks; explorer sidebar with bookmark display
|
||||
09.04.2004 m. fuchs changed favorites start menu implementation to work with internal bookmarks
|
||||
|
||||
@@ -281,7 +281,7 @@ LRESULT StartMenu::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
|
||||
WindowRect pos(_hwnd);
|
||||
|
||||
///@todo do something similar to StartMenuRoot::TrackStartmenu() in order to automatically close submenus when clicking on the desktop background
|
||||
StartMenu::Create(pos.left+3, pos.bottom-3, _create_info._folders, 0, _create_info._title, _create_info._creator);
|
||||
StartMenu::Create(pos.left+3, pos.bottom-3, _create_info._folders, 0, _create_info._title, _create_info._creator, _create_info._info);
|
||||
CloseStartMenu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user