]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionmodifydeletefree.cpp
Partially fixed thumbnail rendering on Library Browser.
[architektonas] / src / actions / actionmodifydeletefree.cpp
index 12cc39d68842ddd1ffb0ce414e04521907e13da3..3a761651d6caea07d2b139e4fbe8d9761415c0b5 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
@@ -51,8 +53,11 @@ void ActionModifyDeleteFree::trigger()
                        {
                                if (parent->getId() == polyline->getId())
                                {
+#warning "!!! Old rendering path need upgrade !!!"
+#if 0
                                        // deletes whole polyline on screen:
                                        graphicView->deleteEntity((RS_Entity *)polyline);
+#endif
 
                                        // splits up the polyline in the container:
                                        RS_Polyline * pl1;