diff --git a/src/apps/mail/AddressTextControl.cpp b/src/apps/mail/AddressTextControl.cpp index dd609993fc..0ebe84b8b5 100644 --- a/src/apps/mail/AddressTextControl.cpp +++ b/src/apps/mail/AddressTextControl.cpp @@ -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 }