New printing fixes now fixed not to crash X11....

git-svn-id: svn://ultimatepp.org/upp/trunk@689 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-12-03 14:15:57 +00:00
parent cf03eb8909
commit 5506ef5e9e
2 changed files with 2 additions and 2 deletions

View file

@ -343,7 +343,7 @@ void Draw::Init()
DrawLock __;
pagePixels = Size(Xwidth, Xheight);
pageMMs = Size(XwidthMM, XheightMM);
inchPixels = 254 * pagePixels / pageMMs / 10;
nativeDpi = inchPixels = 254 * pagePixels / pageMMs / 10;
sheetPixels = pagePixels;
pageOffset = Point(0, 0);
InitFonts();

View file

@ -1 +1 @@
#define IDE_VERSION "811.r176"
#define IDE_VERSION "811.r178"