BTextControl::AttachedToWindow() set wrong colors in case the control was
disabled (unlike SetEnabled()). They are now both using the correctly working _UpdateTextViewColors() method. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16333 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -81,6 +81,7 @@ class BTextControl : public BControl {
|
||||
BTextControl& operator=(const BTextControl& other);
|
||||
|
||||
void _CommitValue();
|
||||
void _UpdateTextViewColors();
|
||||
void _InitData(const char* label, const char* initialText,
|
||||
BMessage* archive = NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user