Fixed typo
This commit is contained in:
parent
98fc92e05a
commit
3368fdd989
|
@ -218,7 +218,7 @@ void NavigationStyle::initialize()
|
|||
this->zoomAtCursor = App::GetApplication().GetParameterGroupByPath
|
||||
("User parameter:BaseApp/Preferences/View")->GetBool("ZoomAtCursor",false);
|
||||
this->zoomStep = App::GetApplication().GetParameterGroupByPath
|
||||
("User parameter:BaseApp/Preferences/View")->GetFloat("ZoomSetp",0.05f);
|
||||
("User parameter:BaseApp/Preferences/View")->GetFloat("ZoomStep",0.05f);
|
||||
}
|
||||
|
||||
void NavigationStyle::finalize()
|
||||
|
|
Loading…
Reference in New Issue
Block a user