Minor cleanup, no functional change.
This commit is contained in:
@@ -1075,10 +1075,9 @@ TeamWindow::_UpdateSourcePathState()
|
||||
}
|
||||
|
||||
if (!truncatedText.IsEmpty() && truncatedText != sourceText) {
|
||||
fSourcePathView->SetToolTip(sourceText.String());
|
||||
fSourcePathView->SetToolTip(sourceText);
|
||||
fSourcePathView->SetText(truncatedText);
|
||||
}
|
||||
else
|
||||
} else
|
||||
fSourcePathView->SetText(sourceText);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user