Fixed bug where mouse would not reconfigure

This commit is contained in:
PixlOne
2019-08-17 19:58:00 -04:00
parent b55db6777e
commit 8d2ae4c3c4
7 changed files with 80 additions and 76 deletions
+6
View File
@@ -471,4 +471,10 @@ DeviceConfig::DeviceConfig()
hiresscroll = nullptr;
smartshift = nullptr;
actions = {};
}
DeviceConfig::~DeviceConfig()
{
for(auto it : this->actions)
delete(it.second);
}