mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-07-18 16:57:51 +08:00
Update imgui_widgets.cpp
This commit is contained in:
@ -10,7 +10,11 @@
|
||||
#endif
|
||||
#include "imgui_internal.h"
|
||||
|
||||
#ifdef OLDSTYLE
|
||||
const ImU32 colWhite = 0xFFC1C1C1; const ImU32 colBlack = 0xFF585858; const ImU32 colWhiteText = 0xFFD9D9D9;
|
||||
#else
|
||||
const ImU32 colWhite = 0x99C1C1C1; const ImU32 colBlack = 0x99585858; const ImU32 colWhiteText = 0x99D9D9D9;
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1500
|
||||
|
Reference in New Issue
Block a user