Tracker: Redraw info window when file path changes

The hard work was already being done, we just had to redraw to get the new path.

Fixes #12437
This commit is contained in:
John Scipione 2015-11-03 11:25:04 -08:00
parent 299467d2a3
commit f672379ca1

View File

@ -1123,6 +1123,7 @@ AttributeView::ModelChanged(Model* model, BMessage* message)
Window()->SetTitle(title.String());
WidgetAttributeText::AttrAsString(model, &fPathStr, kAttrPath,
B_STRING_TYPE, 0, this);
Invalidate();
}
break;
}