When opening a new tab, select it automatically, as described in ticket

#2176.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25365 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2008-05-08 10:28:52 +00:00
parent e06c7fe5d8
commit 52def890da
+6 -5
View File
@@ -536,11 +536,10 @@ TermWindow::_DoPrint()
if (!job.CanContinue()){
// It is likely that the only way that the job was cancelled is
// because the user hit 'Cancel' in the page setup window, in which
// case, the user does *not* need to be told that it was cancelled.
// He/she will simply expect that it was done.
// (new BAlert("Cancel", "Print job cancelled", "OK"))->Go();
return;
// because the user hit 'Cancel' in the page setup window, in which
// case, the user does *not* need to be told that it was cancelled.
// He/she will simply expect that it was done.
return;
}
}
}
@@ -610,6 +609,8 @@ TermWindow::_AddTab(Arguments *args)
ResizeTo(viewWidth + B_V_SCROLL_BAR_WIDTH,
viewHeight + fMenubar->Bounds().Height());
}
// TODO: No fTabView->Select(tab); ?
fTabView->Select(fTabView->CountTabs() - 1);
} catch (...) {
// most probably out of memory. That's bad.
// TODO: Should cleanup, I guess