mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
.uppsrc: minor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3160 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b6e422b433
commit
d76f0bfa4e
4 changed files with 8 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifdef PLATFORM_WIN32
|
||||
#define __BREAK__ (*(int *)0 = 0)
|
||||
#else
|
||||
#define __BREAK__ (*(int *)0 = 0) // kill(getpid(), SIGTRAP)
|
||||
#define __BREAK__ (*(volatile int *)0 = 0) // kill(getpid(), SIGTRAP)
|
||||
#endif
|
||||
|
||||
#ifdef COMPILER_MSC
|
||||
|
|
|
|||
|
|
@ -255,14 +255,15 @@ Splitter& Splitter::SetStyle(const Style& s)
|
|||
}
|
||||
|
||||
Splitter::Splitter() {
|
||||
chstyle = NULL;
|
||||
style = -1;
|
||||
pos.Add(5000);
|
||||
width = 4;
|
||||
SetFrame(NullFrame());
|
||||
vert = false;
|
||||
mouseindex = -1;
|
||||
pos.Add(5000);
|
||||
SetFrame(NullFrame());
|
||||
NoWantFocus();
|
||||
VSizePos(0, 0).HSizePos(0, 0);
|
||||
mouseindex = -1;
|
||||
SetStyle(StyleDefault());
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define _CtrlLib_icpp_init_stub
|
||||
#include "CtrlCore/init"
|
||||
#include "PdfDraw/init"
|
||||
#define BLITZ_INDEX__ F400D659105863656EF428C4BB2E0C6EA
|
||||
#define BLITZ_INDEX__ F7B97C944BA67CEA5EF77747BEFD63724
|
||||
#include "CtrlLib.icpp"
|
||||
#undef BLITZ_INDEX__
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
description "Visual style for ToolBar and MenuBar";
|
||||
|
||||
uses
|
||||
CtrlLib;
|
||||
file
|
||||
BlueBar.h,
|
||||
BlueSkin.iml,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue