Kaydet (Commit) b8cffd1e authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS fwkfinal8 (1.46.32); FILE MERGED

2005/04/01 12:34:43 tbe 1.46.32.1: #i45572# Caret in StarBasic IDE frequently disappears
üst 9dae395f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: baside2b.cxx,v $ * $RCSfile: baside2b.cxx,v $
* *
* $Revision: 1.47 $ * $Revision: 1.48 $
* *
* last change: $Author: obo $ $Date: 2005-04-13 09:49:42 $ * last change: $Author: obo $ $Date: 2005-04-18 11:56:16 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -951,6 +951,10 @@ IMPL_LINK( EditorWindow, SyntaxTimerHdl, Timer *, EMPTYARG ) ...@@ -951,6 +951,10 @@ IMPL_LINK( EditorWindow, SyntaxTimerHdl, Timer *, EMPTYARG )
// pEditView->ShowCursor( FALSE, TRUE ); // pEditView->ShowCursor( FALSE, TRUE );
// pEditView->SetAutoScroll( TRUE ); // pEditView->SetAutoScroll( TRUE );
// #i45572#
if ( pEditView )
pEditView->ShowCursor( FALSE, TRUE );
pEditEngine->SetModified( bWasModified ); pEditEngine->SetModified( bWasModified );
aSyntaxLineTable.Clear(); aSyntaxLineTable.Clear();
......
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