Fixed bug where mouse would not reconfigure
This commit is contained in:
@@ -471,4 +471,10 @@ DeviceConfig::DeviceConfig()
|
||||
hiresscroll = nullptr;
|
||||
smartshift = nullptr;
|
||||
actions = {};
|
||||
}
|
||||
|
||||
DeviceConfig::~DeviceConfig()
|
||||
{
|
||||
for(auto it : this->actions)
|
||||
delete(it.second);
|
||||
}
|
||||
Reference in New Issue
Block a user