mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Lowered mouse sensitivity. Fixes #296.
This commit is contained in:
parent
319dd3a1a0
commit
32aceb19a2
1 changed files with 1 additions and 1 deletions
|
@ -2921,7 +2921,7 @@ void View::OnMouseMove()
|
|||
}
|
||||
|
||||
mTrackUpdated = true;
|
||||
const float MouseSensitivity = 1.0f / (21.0f - lcGetPreferences().mMouseSensitivity);
|
||||
const float MouseSensitivity = 0.5f / (21.0f - lcGetPreferences().mMouseSensitivity);
|
||||
|
||||
switch (mTrackTool)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue