SetEnabled() didn't set the text view's colors correctly anymore; _UpdateTextViewColors()

asked for IsEnabled() before it was set.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16355 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-02-12 01:23:30 +00:00
parent 4d5192896a
commit 79c35b3912
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class BTextControl : public BControl {
BTextControl& operator=(const BTextControl& other);
void _CommitValue();
void _UpdateTextViewColors();
void _UpdateTextViewColors(bool enabled);
void _InitData(const char* label, const char* initialText,
BMessage* archive = NULL);