Ticket #56 (closed defect)

Opened 8 years ago

Last modified 8 years ago

Extra pad on window size (all wx versions)

Reported by: marvin826 Owned by: vadz
Priority: normal Milestone:
Component: GUI-generic Version:
Keywords: Cc: marvin826, vadz
Blocked By: Patch: no
Blocking:

Description

window.cpp -- extra size of 14 and 7 added to window size during DoBestSize call -- this makes it impossible to perform precision window placement (and often causes some very close windows to be drawn over!)

Please remove the pad!

Change History

Changed 8 years ago by vadz

ok, I removed the padding from DoGetBestSize() and moved it to Fit() (2.3 branch only, won't touch to the 2.2 one)

Note: See TracTickets for help on using tickets.