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:
parent
2a09b7e84f
commit
65a4630f31
4 changed files with 27 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue