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
Actually Computed_Position is initialized to (Gdouble'First, Gdouble'First). I believe it should be initialized to No_Position, as it is used when initializing Position a few lines before.
Even if this change is cosmetic, this other is not:
In the procedure Size_Request for Contained_Item_Record, the field Computed_Position is re-initialized to (0.0, 0.0). I believe that this is an error, it should be re-initialized to No_Position.
Currently this error is not manifest because inheritance.
The text was updated successfully, but these errors were encountered:
Actually Computed_Position is initialized to (Gdouble'First, Gdouble'First). I believe it should be initialized to No_Position, as it is used when initializing Position a few lines before.
Even if this change is cosmetic, this other is not:
In the procedure Size_Request for Contained_Item_Record, the field Computed_Position is re-initialized to (0.0, 0.0). I believe that this is an error, it should be re-initialized to No_Position.
Currently this error is not manifest because inheritance.
The text was updated successfully, but these errors were encountered: