Revert "Fix validPattern to check if hasAutomation as well (#5124)" (#6041)

This reverts commit e37f3793f3.
This commit is contained in:
Hyunjin Song
2021-06-06 11:27:58 +09:00
committed by GitHub
parent 726fae2da3
commit 5b2570def5

View File

@@ -70,7 +70,7 @@ public:
inline bool validPattern() const
{
return m_pattern != nullptr && m_pattern->hasAutomation();
return m_pattern != nullptr;
}
void saveSettings(QDomDocument & doc, QDomElement & parent) override;