From b1f7a255d568cb0d39a1df83a7543c7d245f93f8 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Fri, 28 May 2021 23:45:43 +0200 Subject: [PATCH] Use same collapse threshold for actions and sources Actions and conditions are no longer in fixed positions and instead divided by a separator. --- src/macro-tab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macro-tab.cpp b/src/macro-tab.cpp index ef2d69e4..3e81250f 100644 --- a/src/macro-tab.cpp +++ b/src/macro-tab.cpp @@ -9,7 +9,7 @@ static QMetaObject::Connection addPulse; const auto conditionsCollapseThreshold = 4; -const auto actionsCollapseThreshold = 2; +const auto actionsCollapseThreshold = 4; bool macroNameExists(std::string name) {