EntryPushButton: Don't allow moving dynamic buttons

Bu işleme şunda yer alıyor:
Albert S. 2020-10-11 15:38:12 +02:00
ebeveyn b13815a924
işleme 2df37212dd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

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