mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-01 22:03:01 -06:00
TopWindow: Turtle issue fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@7323 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
19a05d8678
commit
3e4ae88b0f
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue