Typo in size recalculation of HBox.

Bug #1204842 reported by Adam Malinowski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Millennium Duel
Fix Released
High
Adam Malinowski

Bug Description

Function

void HBox::draw

starts with a line

_RecalculateSizes(a.h, &Drawable::GetMinimalWidth);

It's incorrect; should be:

_RecalculateSizes(a.w, &Drawable::GetMinimalWidth);

Revision history for this message
Adam Malinowski (adayah) wrote :

Note: this bug had not been discovered before, because we had only used VBox in our test program.

Changed in millenniumduel:
assignee: Rafał Cieślak (rafalcieslak256) → Adam Malinowski (adayah)
Adam Malinowski (adayah)
Changed in millenniumduel:
status: Triaged → In Progress
Adam Malinowski (adayah)
Changed in millenniumduel:
status: In Progress → Fix Committed
Changed in millenniumduel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.