Fix accidental code removal in tracker infowindow refactoring
Should fix #15322 and #15352
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user