The MouseWindow now take care about its position itself.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5946 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,8 +29,6 @@ MouseApplication::MouseApplication()
|
|||||||
{
|
{
|
||||||
BRect rect(0, 0, 397, 293);
|
BRect rect(0, 0, 397, 293);
|
||||||
MouseWindow *window = new MouseWindow(rect);
|
MouseWindow *window = new MouseWindow(rect);
|
||||||
window->MoveTo(window->fSettings.WindowPosition());
|
|
||||||
|
|
||||||
window->Show();
|
window->Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user