wip/dynamics_buttons #26

Ручне злиття
crtxcr злито 3 комітів з wip/dynamics_buttons до master 2020-12-10 22:50:27 +01:00
3 змінених файлів з 7 додано та 4 видалено
Showing only changes of commit 2df37212dd - Show all commits

@@ -116,7 +116,7 @@ void EntryPushButton::mousePressEvent(QMouseEvent *event)
void EntryPushButton::mouseMoveEvent(QMouseEvent *event)
{
if(this->config.type == EntryType::SYSTEM)
if(this->config.type == EntryType::SYSTEM || this->config.type == EntryType::DYNAMIC)
{
return;
}