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:
@@ -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];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user