I see that a check for the map widget being visible is in the paint method preventing the map control from being used to render to a pixmap. I use this to render map images for reports. Can you please remove this check?
Note this change was made in the large bulk merge of revision 41. This behavior is inconsistent with other Qt widgets.
This should not definitely not be there. This has been resolved by removing the isVisible() check. see r50/51
Log in to post a comment.
Note this change was made in the large bulk merge of revision 41. This behavior is inconsistent with other Qt widgets.
This should not definitely not be there. This has been resolved by removing the isVisible() check. see r50/51