You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: IFLabel has a width and height after initialisation.
Current: IFLabel does not set width/height on initialisation.
But IFButton, IFRadioButton, ... set size during initialisation.
Suggestion:
Either put code into class IFLabel or add initial width and height values to constructor of GUIComponent.
In my opinion, the last should be the preferred solution because then this error can not occur anymore in any subclass.
The text was updated successfully, but these errors were encountered:
Expected:
IFLabel has a width and height after initialisation.
Current:
IFLabel does not set width/height on initialisation.
But IFButton, IFRadioButton, ... set size during initialisation.
Suggestion:
Either put code into class IFLabel or add initial width and height values to constructor of GUIComponent.
In my opinion, the last should be the preferred solution because then this error can not occur anymore in any subclass.
The text was updated successfully, but these errors were encountered: