Style fix, no functional changes
Thanks Axel!
This commit is contained in:
@@ -1175,7 +1175,7 @@ BContainerWindow::ViewModeChanged(uint32 oldMode, uint32 newMode)
|
||||
if (fMenuBar != NULL) {
|
||||
// make sure the draggable icon hides if it doesn't
|
||||
// have space left anymore
|
||||
BView *view = fMenuBar->FindView("ThisContainer");
|
||||
BView* view = fMenuBar->FindView("ThisContainer");
|
||||
if (view != NULL)
|
||||
view->FrameMoved(view->Frame().LeftTop());
|
||||
}
|
||||
@@ -1585,7 +1585,7 @@ BContainerWindow::MessageReceived(BMessage* message)
|
||||
|
||||
// Update draggable folder icon
|
||||
if (fMenuBar != NULL) {
|
||||
BView *view = fMenuBar->FindView("ThisContainer");
|
||||
BView* view = fMenuBar->FindView("ThisContainer");
|
||||
if (!TargetModel()->IsRoot() && !IsTrash()) {
|
||||
// Folder icon should be visible, but in single
|
||||
// window navigation, it might not be.
|
||||
|
||||
Reference in New Issue
Block a user