Fix accidental code removal in tracker infowindow refactoring

Should fix #15322 and #15352
This commit is contained in:
Adrien Destugues 2019-09-23 20:02:59 +02:00
parent aa597cd40c
commit 79e2e1b971

View File

@ -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);