Kaydet (Commit) 5ec91f7a authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.11.450); FILE MERGED

2006/09/21 19:54:22 aw 1.11.450.5: RESYNC: (1.14-1.15); FILE MERGED
2006/09/08 18:11:48 aw 1.11.450.4: RESYNC: (1.13-1.14); FILE MERGED
2006/05/12 18:55:29 aw 1.11.450.3: RESYNC: (1.12-1.13); FILE MERGED
2005/09/18 05:40:58 aw 1.11.450.2: RESYNC: (1.11-1.12); FILE MERGED
2005/05/25 09:54:15 aw 1.11.450.1: #i39529#
üst d031db66
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: edittest.cxx,v $ * $RCSfile: edittest.cxx,v $
* *
* $Revision: 1.15 $ * $Revision: 1.16 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 06:27:22 $ * last change: $Author: ihi $ $Date: 2006-11-14 13:59:10 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -1314,7 +1314,6 @@ void EditMainWindow::CreatePolygon() ...@@ -1314,7 +1314,6 @@ void EditMainWindow::CreatePolygon()
aPoly.SetPoint( Point( 0, aSz.Height()/2 ), 3 ); aPoly.SetPoint( Point( 0, aSz.Height()/2 ), 3 );
aPoly.SetPoint( Point( aSz.Width()/2, 0 ), 4 ); aPoly.SetPoint( Point( aSz.Width()/2, 0 ), 4 );
PolyPolygon aPPoly( aPoly ); PolyPolygon aPPoly( aPoly );
XPolyPolygon aXPoly( aPPoly );
pEditView->GetEditEngine()->SetPolygon( aPPoly ); pEditView->GetEditEngine()->SetPolygon( aPPoly );
pEditView->SetOutputArea( Rectangle( aOffset, aSz ) ); pEditView->SetOutputArea( Rectangle( aOffset, aSz ) );
ULONG nWord = pEditView->GetControlWord(); ULONG nWord = pEditView->GetControlWord();
......
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