mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-16 03:03:40 +01:00
Fix tab in/out animation not using windowsMove
This commit is contained in:
parent
4f4fce6d3c
commit
0b56b11d38
1 changed files with 2 additions and 2 deletions
|
@ -338,8 +338,8 @@ void Hy3TabBar::setSize(Vector2D size) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Hy3TabGroup::Hy3TabGroup(Hy3Node& node) {
|
Hy3TabGroup::Hy3TabGroup(Hy3Node& node) {
|
||||||
this->pos.create(AVARTYPE_VECTOR, g_pConfigManager->getAnimationPropertyConfig("windowsIn"), nullptr, AVARDAMAGE_NONE);
|
this->pos.create(AVARTYPE_VECTOR, g_pConfigManager->getAnimationPropertyConfig("windowsMove"), nullptr, AVARDAMAGE_NONE);
|
||||||
this->size.create(AVARTYPE_VECTOR, g_pConfigManager->getAnimationPropertyConfig("windowsIn"), nullptr, AVARDAMAGE_NONE);
|
this->size.create(AVARTYPE_VECTOR, g_pConfigManager->getAnimationPropertyConfig("windowsMove"), nullptr, AVARDAMAGE_NONE);
|
||||||
this->pos.registerVar();
|
this->pos.registerVar();
|
||||||
this->size.registerVar();
|
this->size.registerVar();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue