Skip to content

Commit 40adb3d

Browse files
config: actually set initial beziers (#9400)
1 parent 5d2b008 commit 40adb3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/ConfigManager.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -885,9 +885,9 @@ void CConfigManager::setDefaultAnimationVars() {
885885
m_AnimationTree.createNode("specialWorkspaceOut", "specialWorkspace");
886886

887887
// init the root nodes
888-
m_AnimationTree.setConfigForNode("global", 1, 8.f, "", "default");
889-
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "", "linear");
890-
m_AnimationTree.setConfigForNode("borderangle", 0, 0.f, "", "default");
888+
m_AnimationTree.setConfigForNode("global", 1, 8.f, "default");
889+
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "linear");
890+
m_AnimationTree.setConfigForNode("borderangle", 0, 1, "default");
891891
}
892892

893893
std::optional<std::string> CConfigManager::resetHLConfig() {

0 commit comments

Comments
 (0)