mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
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:
parent
cf03eb8909
commit
5506ef5e9e
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
#define IDE_VERSION "811.r176"
|
||||
#define IDE_VERSION "811.r178"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue