archives with BControl
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18074 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -86,7 +86,7 @@ BTextControl::Instantiate(BMessage *archive)
|
|||||||
status_t
|
status_t
|
||||||
BTextControl::Archive(BMessage *data, bool deep) const
|
BTextControl::Archive(BMessage *data, bool deep) const
|
||||||
{
|
{
|
||||||
status_t ret = BView::Archive(data, deep);
|
status_t ret = BControl::Archive(data, deep);
|
||||||
alignment labelAlignment, textAlignment;
|
alignment labelAlignment, textAlignment;
|
||||||
|
|
||||||
GetAlignment(&labelAlignment, &textAlignment);
|
GetAlignment(&labelAlignment, &textAlignment);
|
||||||
|
|||||||
Reference in New Issue
Block a user