archives with BControl

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18074 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-07-08 13:26:55 +00:00
parent 4215c452a4
commit 3a543720c4

View File

@ -86,7 +86,7 @@ BTextControl::Instantiate(BMessage *archive)
status_t
BTextControl::Archive(BMessage *data, bool deep) const
{
status_t ret = BView::Archive(data, deep);
status_t ret = BControl::Archive(data, deep);
alignment labelAlignment, textAlignment;
GetAlignment(&labelAlignment, &textAlignment);