Print bug with differently sized subsheets [fix requires wxWidgets 3.1.1]
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
New
|
Unknown
|
Bug Description
An interesting thing happens if you print with certain combinations of differently sized subsheets - but not all combinations. Try this:
Make a schematic with a root sheet and two subsheets.
Set the root schematic and the *second* subsheet (in the order of the hierarchical list) to USLetter.
Set the *first* subsheet to A4.
Print.
The third page will be blank.
It seems to me that the error occurs when you start with a smaller page, move to a larger page, and then go back to a smaller page, but I haven't tried enough combinations to know for sure. This doesn't happen on Plot, only Print (though it does happen if you print to PDF, so no need to waste paper).
Application: kicad
Version: (after 2015-may-25 BZR unknown)-product debug build
wxWidgets: Version 3.0.2 (debug,
Platform: Linux 4.0.4-2-ARCH x86_64, 64 bit, Little endian, wxGTK
Boost version: 1.58.0
summary: |
- Linux print bug with differently sized subsheets + Print bug with differently sized subsheets |
Changed in kicad: | |
status: | Fix Committed → Triaged |
assignee: | Jeff Young (jeyjey) → nobody |
summary: |
- Print bug with differently sized subsheets + Print bug with differently sized subsheets [fix requires wxWidgets + 3.1.1] |
Changed in kicad: | |
importance: | Medium → Low |
tags: | added: wxwidgets |
Changed in kicad: | |
importance: | Low → Unknown |
status: | Expired → New |
Looks like a strange behavior of wxWidgets print system.
It happens also on Windows.