mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
Draw: Display::GetStdSize now returns StdDisplay::GetStdSize
git-svn-id: svn://ultimatepp.org/upp/trunk@5513 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
80aa1c9d8e
commit
1a1e7db182
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ Size Display::RatioSize(const Value& q, int cx, int cy) const {
|
|||
|
||||
Size Display::GetStdSize(const Value& q) const
|
||||
{
|
||||
return Size(1, 1);
|
||||
return Single<StdDisplayClass>().GetStdSize(q);
|
||||
}
|
||||
|
||||
void StdDisplayClass::Paint0(Draw& w, const Rect& r, const Value& q,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue