Fix accidental code removal in tracker infowindow refactoring
Should fix #15322 and #15352
This commit is contained in:
parent
aa597cd40c
commit
79e2e1b971
@ -508,6 +508,7 @@ GeneralInfoView::MouseDown(BPoint where)
|
||||
} else if (fPathRect.Contains(where)) {
|
||||
InvertRect(fPathRect);
|
||||
fTrackingState = path_track;
|
||||
} else if (fSizeRect.Contains(where)) {
|
||||
if (fModel->IsDirectory() && !fModel->IsVolume()
|
||||
&& !fModel->IsRoot()) {
|
||||
InvertRect(fSizeRect);
|
||||
|
Loading…
x
Reference in New Issue
Block a user