Changes between Initial Version and Version 1 of Ticket #3206
- Timestamp:
- 11/08/16 09:21:11 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3206 – Description
initial v1 1 1 When saving display to file from a 3D view, it grabs all window content area including any overlapping windows. In my case - the "Save As" dialog where output file name was chosen. The issue is that "Save As" dialog is not removed from rendering fast enough and thus wxgui map view window area still contains it. To reproduce the issue, one has to use slow enough system where updating screen area hasn't been finished before wxgui reads out its area contents for saving into a file. 2 2 3 {{{ 3 4 OpenGL vendor string: nouveau 4 5 OpenGL renderer string: Gallium 0.4 on NV98 … … 17 18 wxPython: 3.0.2.0 18 19 Platform: Linux-4.8.4-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P9500_@_2.53GHz-with-gentoo-2.3 20 }}}