Patch from Ioan Molnar:

If a Tab is partially out of the window, clicking on it to make it the 
active tab will scroll it to be completely visible.
The best solution would probably be having a way to scroll through the 
whole list of tabs, or something like this. But for now, at least, makes 
the tabbed terminal a bit more useful.
Thanks!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22325 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2007-09-27 08:26:15 +00:00
parent 6d523548f1
commit e96b202311
2 changed files with 58 additions and 15 deletions
+3 -2
View File
@@ -203,8 +203,9 @@ virtual void _ReservedTabView12();
float fTabHeight;
int32 fSelection;
int32 fInitialSelection;
int32 fFocus;
uint32 _reserved[12];
int32 fFocus;
float fTabOffset;
uint32 _reserved[11];
};