mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
* 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:
parent
3d88cdb997
commit
ea19869432
5 changed files with 12 additions and 3 deletions
|
|
@ -740,7 +740,7 @@ void Ctrl::NoLayoutZoom()
|
|||
{
|
||||
GuiLock __;
|
||||
IsNoLayoutZoom = true;
|
||||
Csize = Dsize = 1;
|
||||
Csize = Dsize = Size(1, 1);
|
||||
ReSkin();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue