wip/dynamics_buttons #26

Cumaisc de láimh
crtxcr cumasc 3 tiomantas ó wip/dynamics_buttons go master 2020-12-10 22:50:27 +01:00
Ag taispeáint athruithe tiomantais 2df37212dd amháin - Taispeáin gach gealltanas

Féach ar an gComhad

@ -116,7 +116,7 @@ void EntryPushButton::mousePressEvent(QMouseEvent *event)
void EntryPushButton::mouseMoveEvent(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; return;
} }