← Back to team overview

millennium-dev team mailing list archive

[Bug 1204842] Re: Typo in size recalculation of HBox.

 

** Branch linked: lp:~rafalcieslak256/millenniumduel/cached-redrawing

-- 
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