diff options
author | Thomas Lange <tl@openoffice.org> | 2002-01-21 10:16:11 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-01-21 10:16:11 +0000 |
commit | 2111a40668ed28c45a304f9682de30569a633a64 (patch) | |
tree | f9e4d76b7876154444f03dfc5960dac5f87f6791 /starmath/source/edit.cxx | |
parent | b63b34d563c250b997d8ac354dda817b99647b1d (diff) |
#96352# assertion fixed by removing the ShowWindows functions and calling Show in the constructor of SmEditWindow.
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r-- | starmath/source/edit.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index aa1051f2f737..c4294ac7feba 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: edit.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: tl $ $Date: 2001-11-21 11:59:49 $ + * last change: $Author: tl $ $Date: 2002-01-21 11:16:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -166,6 +166,8 @@ SmEditWindow::SmEditWindow( SmCmdBoxWindow &rMyCmdBoxWin ) : aCursorMoveTimer.SetTimeoutHdl(LINK(this, SmEditWindow, CursorMoveTimerHdl)); aCursorMoveTimer.SetTimeout(500); + + Show(); } SmEditWindow::~SmEditWindow() |