--- gigedit/trunk/src/gigedit/mainwindow.cpp 2017/05/08 21:31:45 3160 +++ gigedit/trunk/src/gigedit/mainwindow.cpp 2017/05/09 14:35:23 3162 @@ -3870,7 +3870,7 @@ void MainWindow::adjust_clipboard_content() { MacroEditor* editor = new MacroEditor(); - editor->setMacro(&m_serializationArchive); + editor->setMacro(&m_serializationArchive, true); editor->show(); }