From f672379ca14c03cc8f4485e0911354ca03489022 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 3 Nov 2015 11:25:04 -0800 Subject: [PATCH] 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 --- src/kits/tracker/InfoWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kits/tracker/InfoWindow.cpp b/src/kits/tracker/InfoWindow.cpp index 6650cb7894..1a06aaf6de 100644 --- a/src/kits/tracker/InfoWindow.cpp +++ b/src/kits/tracker/InfoWindow.cpp @@ -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; }