From b32f13823105459d5c2d918fd658eb3f4b8f77f3 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 15 Oct 2015 14:33:32 -0700 Subject: [PATCH] Mail: Make AddressTextControl B_NAVIGABLE --- src/apps/mail/AddressTextControl.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 }