millennium-dev team mailing list archive
-
millennium-dev team
-
Mailing list archive
-
Message #00138
[Bug 1204842] Re: Typo in size recalculation of HBox.
** Branch unlinked: lp:~rafalcieslak256/millenniumduel/cached-redrawing
** Changed in: millenniumduel
Assignee: Rafał Cieślak (rafalcieslak256) => Adam Malinowski (adayah)
--
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:
Triaged
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