mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix bounding rect for formspec elements label vertlabel and checkboxes
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user