Kaydet (Commit) 89e9fe02 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS aw025 (1.5.174); FILE MERGED

2005/01/18 19:22:09 aw 1.5.174.1: #117412#
üst 1ddc6d3a
......@@ -2,9 +2,9 @@
*
* $RCSfile: contwnd.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: pjunck $ $Date: 2004-11-03 10:34:52 $
* last change: $Author: rt $ $Date: 2005-01-28 17:08:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -124,6 +124,12 @@ void ContourWindow::SetPolyPolygon( const PolyPolygon& rPolyPoly )
// zuerst alle Zeichenobjekte loeschen
aPolyPoly = rPolyPoly;
// #117412#
// To avoid to have destroyed objects which are still selected, it is necessary to deselect
// them first (!)
pView->UnmarkAllObj();
pPage->Clear();
for ( USHORT i = 0; i < nPolyCount; i++ )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment