Skip to content

Commit a03cca4

Browse files
authored
Merge pull request #204 from LegendaryFire/tristan-fix-config
Fix typo in configuration loader breaking contact aspect logic
2 parents b96c8e1 + 157df22 commit a03cca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/linux/config-loader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ConfigLoader {
173173
this->get(ini, "Contacts", "OrientationThresholdMax", m_config.contacts_orientation_thresh_max);
174174
this->get(ini, "Contacts", "SizeMin", m_config.contacts_size_min);
175175
this->get(ini, "Contacts", "SizeMax", m_config.contacts_size_max);
176-
this->get(ini, "Contacts", "AspectMin", m_config.contacts_aspect_max);
176+
this->get(ini, "Contacts", "AspectMin", m_config.contacts_aspect_min);
177177
this->get(ini, "Contacts", "AspectMax", m_config.contacts_aspect_max);
178178

179179
this->get(ini, "Stylus", "Disable", m_config.stylus_disable);

0 commit comments

Comments
 (0)