TopWindow: Turtle issue fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@7323 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-04-26 18:22:54 +00:00
parent 19a05d8678
commit 3e4ae88b0f
2 changed files with 2 additions and 2 deletions

View file

@ -489,12 +489,12 @@ TopWindow& TopWindow::SetStyle(const TopWindow::TopStyle& s)
TopWindow::TopWindow()
{
GuiLock __;
GuiPlatformConstruct();
TransparentBackPaint();
background = PaintRect(Single<DialogBackground>(), Null);
SetStyle(StyleDefault());
center = 1;
minsize = Size(80, 20);
GuiPlatformConstruct();
maximizebox = minimizebox = sizeable = tool = noclosebox = false;
state = OVERLAPPED;
WhenClose = THISBACK(Close);

View file

@ -3,7 +3,7 @@
#include "Draw/init"
#include "plugin\bmp/init"
#include "RichText/init"
#define BLITZ_INDEX__ F656a4ea94e4f808b1ec63034b0e6c5ac
#define BLITZ_INDEX__ Fe2ff541f9bb9f4ad3f5bcc23a34e1b73
#include "CtrlCore.icpp"
#undef BLITZ_INDEX__
#endif