Style fix, no functional changes

Thanks Axel!
This commit is contained in:
Philippe Saint-Pierre
2014-07-15 14:06:49 -04:00
parent 172c55faf1
commit fcd2bfb773
+2 -2
View File
@@ -1175,7 +1175,7 @@ BContainerWindow::ViewModeChanged(uint32 oldMode, uint32 newMode)
if (fMenuBar != NULL) { if (fMenuBar != NULL) {
// make sure the draggable icon hides if it doesn't // make sure the draggable icon hides if it doesn't
// have space left anymore // have space left anymore
BView *view = fMenuBar->FindView("ThisContainer"); BView* view = fMenuBar->FindView("ThisContainer");
if (view != NULL) if (view != NULL)
view->FrameMoved(view->Frame().LeftTop()); view->FrameMoved(view->Frame().LeftTop());
} }
@@ -1585,7 +1585,7 @@ BContainerWindow::MessageReceived(BMessage* message)
// Update draggable folder icon // Update draggable folder icon
if (fMenuBar != NULL) { if (fMenuBar != NULL) {
BView *view = fMenuBar->FindView("ThisContainer"); BView* view = fMenuBar->FindView("ThisContainer");
if (!TargetModel()->IsRoot() && !IsTrash()) { if (!TargetModel()->IsRoot() && !IsTrash()) {
// Folder icon should be visible, but in single // Folder icon should be visible, but in single
// window navigation, it might not be. // window navigation, it might not be.