wip/dynamics_buttons #26

Manually merged
crtxcr 2020-12-10 22:50:27 +01:00 將 3 次代碼提交從 wip/dynamics_buttons 合併至 master
共有 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;
}