projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77b401
)
fixed (swapped) editor fonts for CE properties tab buttons
author
Holger Schemel
<info@artsoft.org>
Wed, 11 Mar 2015 22:44:14 +0000
(23:44 +0100)
committer
Holger Schemel
<info@artsoft.org>
Wed, 11 Mar 2015 22:44:14 +0000
(23:44 +0100)
src/editor.c
patch
|
blob
|
history
diff --git
a/src/editor.c
b/src/editor.c
index 353170d8b15a519d1fc2273400f32bdc14e68c78..ce97227216f0e26d7a28180a7db03b234bc8d47e 100644
(file)
--- a/
src/editor.c
+++ b/
src/editor.c
@@
-5891,8
+5891,8
@@
static void CreateTextbuttonGadgets()
GDI_TYPE, GD_TYPE_TEXT_BUTTON,
GDI_TEXT_VALUE, textbutton_info[i].text,
GDI_TEXT_SIZE, textbutton_info[i].size,
- GDI_TEXT_FONT, FONT_INPUT_2
_ACTIVE
,
- GDI_TEXT_FONT_ACTIVE, FONT_INPUT_2,
+ GDI_TEXT_FONT, FONT_INPUT_2,
+ GDI_TEXT_FONT_ACTIVE, FONT_INPUT_2
_ACTIVE
,
GDI_DESIGN_UNPRESSED, gd->bitmap, gd_x1, gd_y1,
GDI_DESIGN_PRESSED, gd->bitmap, gd_x2, gd_y2,
GDI_ALT_DESIGN_UNPRESSED, gd->bitmap, gd_x1a, gd_y1a,