From 65a4630f3176feb0f4dd4db6ce12cd6d32e2b369 Mon Sep 17 00:00:00 2001 From: sapier Date: Wed, 18 Jun 2014 22:38:29 +0200 Subject: Fix bounding rect for formspec elements label vertlabel and checkboxes --- src/guiFormSpecMenu.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/guiFormSpecMenu.h') 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; -- cgit v1.2.3