Fix temp var mapping not working after copy-paste of segment

This commit is contained in:
WarmUpTill
2026-05-10 20:45:48 +02:00
parent eda9dde23d
commit 774ccb7fbd
4 changed files with 31 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ private:
friend TempVariable;
friend TempVariableSelection;
friend MacroSegment;
};
class ADVSS_EXPORT TempVariableSelection : public QWidget {