* Make sure frame is on screen on first start without settings.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35034 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -209,6 +209,7 @@ MainWindow::MessageReceived(BMessage* message)
|
|||||||
if (ref) {
|
if (ref) {
|
||||||
BString helper("Description for '");
|
BString helper("Description for '");
|
||||||
helper << ref->name << "'";
|
helper << ref->name << "'";
|
||||||
|
make_sure_frame_is_on_screen(fNamePanelFrame, this);
|
||||||
new NamePanel(helper.String(), button->Description(),
|
new NamePanel(helper.String(), button->Description(),
|
||||||
this, this, new BMessage(*message),
|
this, this, new BMessage(*message),
|
||||||
fNamePanelFrame);
|
fNamePanelFrame);
|
||||||
|
|||||||
Reference in New Issue
Block a user