Fixed 80 char limit found by John Scipione.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41477 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2011-05-13 18:33:51 +00:00
parent 8908aef9c2
commit 88a50ed5df
+2 -2
View File
@@ -36,8 +36,8 @@ void
ToolBarView::Hide()
{
BView::Hide();
// TODO: This could be fixed in BView instead. Looking from the BIconButtons, they
// are not hidden, though, only their parent is...
// TODO: This could be fixed in BView instead. Looking from the
// BIconButtons, they are not hidden though, only their parent is...
_HideToolTips();
}