mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
fix floating favorites menus
svn path=/trunk/; revision=9054
This commit is contained in:
parent
31c1c21824
commit
a80aa40a8f
2 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue