wip/dynamics_buttons #26

手動合併
crtxcr 將 3 次提交從 wip/dynamics_buttons 合併至 master 2020-12-10 22:50:27 +01:00
共有 3 個檔案被更改,包括 7 行新增4 行删除
僅顯示提交 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;
}