archives with BControl
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18074 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4215c452a4
commit
3a543720c4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user