diff options
author | sapier <Sapier at GMX dot net> | 2014-06-18 22:38:29 +0200 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-06-18 22:38:29 +0200 |
commit | 65a4630f3176feb0f4dd4db6ce12cd6d32e2b369 (patch) | |
tree | c13646c86ee257761ddd676e0e76496cd8f2d90c /src/guiFormSpecMenu.h | |
parent | 2a09b7e84fb5ce2d8d08d410529d70d440d48ef0 (diff) | |
download | minetest-65a4630f3176feb0f4dd4db6ce12cd6d32e2b369.tar.gz minetest-65a4630f3176feb0f4dd4db6ce12cd6d32e2b369.tar.bz2 minetest-65a4630f3176feb0f4dd4db6ce12cd6d32e2b369.zip |
Fix bounding rect for formspec elements label vertlabel and checkboxes
Diffstat (limited to 'src/guiFormSpecMenu.h')
-rw-r--r-- | src/guiFormSpecMenu.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h index 474f13cb1..91605bc16 100644 --- a/src/guiFormSpecMenu.h +++ b/src/guiFormSpecMenu.h @@ -312,9 +312,10 @@ protected: video::SColor m_slotbg_h; video::SColor m_slotbordercolor; private: - IFormSource* m_form_src; - TextDest* m_text_dst; - GUIFormSpecMenu** m_ext_ptr; + IFormSource *m_form_src; + TextDest *m_text_dst; + GUIFormSpecMenu **m_ext_ptr; + gui::IGUIFont *m_font; typedef struct { v2s32 size; |