diff --git a/src/apps/showimage/ToolBarView.cpp b/src/apps/showimage/ToolBarView.cpp index afe272f18c..d6b602035b 100644 --- a/src/apps/showimage/ToolBarView.cpp +++ b/src/apps/showimage/ToolBarView.cpp @@ -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(); }