EntryPushButton: Don't allow moving dynamic buttons
Cette révision appartient à :
Parent
b13815a924
révision
2df37212dd
@ -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;
|
||||
}
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user