wip/dynamics_buttons #26

Manually merged
crtxcr wip/dynamics_buttons 에서 master 로 3 commits 를 머지했습니다 2020-12-10 22:50:27 +01:00
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;
}