summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-05-21 13:39:15 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-05-21 13:39:15 -0400
commit1c40145b3bfc2c1310bb126b5d876168dc3919cd (patch)
treef9cd6d1724667e33e3db6376f98b5b24e2a38f0b
parentae0d4fa418d57e0c030b1556d775aebdc8ca1031 (diff)
downloadsigen-1c40145b3bfc2c1310bb126b5d876168dc3919cd.tar.gz
sigen-1c40145b3bfc2c1310bb126b5d876168dc3919cd.tar.xz
sigen-1c40145b3bfc2c1310bb126b5d876168dc3919cd.zip
Don't do anything on copy/paste since it isn't fixed yet
-rw-r--r--sigmodr/SigmodrUI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/SigmodrUI.cpp b/sigmodr/SigmodrUI.cpp
index c9bc0163..53a70d17 100644
--- a/sigmodr/SigmodrUI.cpp
+++ b/sigmodr/SigmodrUI.cpp
@@ -436,12 +436,12 @@ bool SigmodrUI::closeAllGames(const bool force)
void SigmodrUI::copyObject()
{
- m_clipboard = treeSigmod->copy(treeSigmod->currentIndex());
+// m_clipboard = treeSigmod->copy(treeSigmod->currentIndex());
}
void SigmodrUI::pasteObject()
{
- treeSigmod->paste(treeSigmod->currentIndex(), m_clipboard);
+// treeSigmod->paste(treeSigmod->currentIndex(), m_clipboard);
}
void SigmodrUI::preferences()