Mail: Make AddressTextControl B_NAVIGABLE

This commit is contained in:
John Scipione 2015-10-15 14:33:32 -07:00
parent a0242c53e2
commit b32f138231
1 changed files with 3 additions and 0 deletions

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
}