* Painter: fixed issue with subpixe (RM #281), Core: AsString(RGBA), CtrlCore: NoLayoutZoom fix for MSC

git-svn-id: svn://ultimatepp.org/upp/trunk@5026 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-05-31 09:18:29 +00:00
parent 3d88cdb997
commit ea19869432
5 changed files with 12 additions and 3 deletions

View file

@ -740,7 +740,7 @@ void Ctrl::NoLayoutZoom()
{
GuiLock __;
IsNoLayoutZoom = true;
Csize = Dsize = 1;
Csize = Dsize = Size(1, 1);
ReSkin();
}