+ allow to always run macros, fix disappearing grid in sketcher

This commit is contained in:
wmayer
2014-05-13 16:20:51 +02:00
parent 0874bfac75
commit c212e75fcc
3 changed files with 3 additions and 2 deletions

View File

@@ -676,6 +676,7 @@ MacroCommand::MacroCommand(const char* name)
#endif
{
sGroup = QT_TR_NOOP("Macros");
eType = 0;
}
void MacroCommand::activated(int iMsg)