/[svn]/gigedit/trunk/src/gigedit/mainwindow.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3160 by schoenebeck, Mon May 8 21:31:45 2017 UTC revision 3162 by schoenebeck, Tue May 9 14:35:23 2017 UTC
# Line 3870  void MainWindow::paste_copied_dimrgn() { Line 3870  void MainWindow::paste_copied_dimrgn() {
3870    
3871  void MainWindow::adjust_clipboard_content() {  void MainWindow::adjust_clipboard_content() {
3872      MacroEditor* editor = new MacroEditor();      MacroEditor* editor = new MacroEditor();
3873      editor->setMacro(&m_serializationArchive);      editor->setMacro(&m_serializationArchive, true);
3874      editor->show();      editor->show();
3875  }  }
3876    

Legend:
Removed from v.3160  
changed lines
  Added in v.3162

  ViewVC Help
Powered by ViewVC