1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix bounding rect for formspec elements label vertlabel and checkboxes

This commit is contained in:
sapier 2014-06-18 22:38:29 +02:00
parent 2a09b7e84f
commit 65a4630f31
4 changed files with 27 additions and 12 deletions

View file

@ -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;