Investigated and resolved a TODO item concerning bar color in Archive()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7591 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8c15126aec
commit
b56e4e6565
@ -152,7 +152,7 @@ status_t BStatusBar::Archive(BMessage *archive, bool deep) const
|
||||
if (err != B_OK)
|
||||
return err;
|
||||
|
||||
// TODO: Should we compare the color with (50, 150, 255) ?
|
||||
// DW: I'm pretty sure we don't need to compare the color with (50, 150, 255) ?
|
||||
err = archive->AddData("_bcolor", B_INT32_TYPE, &fBarColor, sizeof( int32 ));
|
||||
|
||||
if (err != B_OK)
|
||||
|
Loading…
Reference in New Issue
Block a user