changeset 98:b218f441302f

* Fix #1894369 1.2pre5 crashes on copying data
author Chris Cannam
date Fri, 15 Feb 2008 15:15:29 +0000
parents 9c5c1989d0f8
children cd5cbdecc82d
files framework/MainWindowBase.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Wed Feb 13 17:59:10 2008 +0000
+++ b/framework/MainWindowBase.cpp	Fri Feb 15 15:15:29 2008 +0000
@@ -614,7 +614,7 @@
     Clipboard &clipboard = m_viewManager->getClipboard();
 //    Clipboard::PointList contents = clipboard.getPoints();
 
-    bool inCompound = true;
+    bool inCompound = false;
 
     if (!layer || !layer->isLayerEditable()) {