forked from halo-battle/game
Lint mon cache a fait que ça n'avait pas été corrigé à la première passe
This commit is contained in:
parent
b5868f05f6
commit
52e4266218
4 changed files with 13 additions and 16 deletions
|
|
@ -945,9 +945,9 @@ class GanttGraph extends Graph
|
|||
// Firdst find out the maximum width of each object column
|
||||
$titlewidth = max(
|
||||
max(
|
||||
$this->GetMaxLabelWidth(),
|
||||
$this->scale->tableTitle->GetWidth($this->img)
|
||||
),
|
||||
$this->GetMaxLabelWidth(),
|
||||
$this->scale->tableTitle->GetWidth($this->img)
|
||||
),
|
||||
$this->scale->actinfo->GetWidth($this->img)
|
||||
);
|
||||
|
||||
|
|
@ -1044,9 +1044,9 @@ class GanttGraph extends Graph
|
|||
$maxwidth=max(
|
||||
$this->scale->actinfo->GetWidth($this->img),
|
||||
max(
|
||||
$this->GetMaxLabelWidth(),
|
||||
$this->scale->tableTitle->GetWidth($this->img)
|
||||
)
|
||||
$this->GetMaxLabelWidth(),
|
||||
$this->scale->tableTitle->GetWidth($this->img)
|
||||
)
|
||||
);
|
||||
|
||||
$this->scale->SetLabelWidth($maxwidth+$this->scale->divider->iWeight);//*(1+$this->iLabelHMarginFactor));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue