millennium-dev team mailing list archive
-
millennium-dev team
-
Mailing list archive
-
Message #00163
[Bug 1204842] Re: Typo in size recalculation of HBox.
** Changed in: millenniumduel
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of
Millennium Developers, which is subscribed to Millennium Duel.
https://bugs.launchpad.net/bugs/1204842
Title:
Typo in size recalculation of HBox.
Status in Millennium Duel - a GUI frontend for Millennium:
Fix Committed
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);
To manage notifications about this bug go to:
https://bugs.launchpad.net/millenniumduel/+bug/1204842/+subscriptions
References