save settings pos and size

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

save settings pos and size

Post by HPW »

The 'save settings' code for pos and size seems to save the pos and size of the client area of the editor and not the complete window.

When I setup up a good placing manually I get
(set 'currentAppHeight 834)

(set 'currentAppWidth 1152)

(set 'currentAppX 0)

(set 'currentAppY 0)
When I then do 'save settings' I get:
(set 'currentAppHeight 786)

(set 'currentAppWidth 1144)

(set 'currentAppX 4)

(set 'currentAppY 44)
Hans-Peter

Locked