Mail: Make AddressTextControl B_NAVIGABLE

This commit is contained in:
John Scipione
2015-10-19 14:13:29 -07:00
parent a0242c53e2
commit b32f138231
+3
View File
@@ -661,6 +661,9 @@ AddressTextControl::AddressTextControl(const char* name, BMessage* message)
SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
B_ALIGN_VERTICAL_CENTER));
SetEnabled(fEditable);
// Sets the B_NAVIGABLE flag on the TextView
}