1
0

wip/dynamics_buttons #26

Integrado manualmente
crtxcr integrou 3 cometimento(s) do ramo wip/dynamics_buttons no ramo master 2020-12-10 22:50:27 +01:00
Mostrando apenas as modificações do comentimento 2df37212dd - Mostrar todos os cometimentos

Ver ficheiro

@ -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;
}