diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/style/hbstyleoptiontitlepane.cpp --- a/src/hbcore/style/hbstyleoptiontitlepane.cpp Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/style/hbstyleoptiontitlepane.cpp Mon Oct 18 18:23:13 2010 +0300 @@ -32,14 +32,15 @@ HbStyleOptionTitlePane::HbStyleOptionTitlePane() : - HbStyleOption(), caption(""), mode(QIcon::Normal), transparent(false) + HbStyleOption(), caption(""), mode(QIcon::Normal), transparent(false), margueeAnimation(false) { type = Type; version = Version; } HbStyleOptionTitlePane::HbStyleOptionTitlePane(const HbStyleOptionTitlePane &other) : - HbStyleOption(other), caption(other.caption), mode(other.mode), transparent(other.transparent) + HbStyleOption(other), caption(other.caption), mode(other.mode), transparent(other.transparent), + margueeAnimation(other.margueeAnimation) { type = Type; version = Version;