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:
parent
299467d2a3
commit
f672379ca1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user