Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unitialized mouseButtonDown variable in qgsmapcanvas.cpp #13459

Closed
qgib opened this issue Jan 9, 2011 · 1 comment
Closed

unitialized mouseButtonDown variable in qgsmapcanvas.cpp #13459

qgib opened this issue Jan 9, 2011 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Map and Legend Related to map or legend rendering
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jan 9, 2011

Author Name: Steven Mizuno (Steven Mizuno)
Original Redmine Issue: 3399

Redmine category:map_canvas
Assignee: nobody -


in [[QgsMapCanvas]]::CanvasProperties the mouseButtonDown class member is not initialized. This causes the keyboard panning and zooming not to work until after a mouse click occurs on the map canvas. The behavior may depend on the platform -- I noticed this on Windows.

to demonstrate:

  1. start QGIS

  2. load a layer or project; the focus should be on the map canvas

  3. use an arrow key to pan - nothing happens

  4. click the mouse on the map

  5. now an arrow key will pan

@qgib
Copy link
Contributor Author

qgib commented Jan 9, 2011

Author Name: Jürgen Fischer (@jef-n)


fixed in . Thanks.


  • resolution was configured as fixed
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Map and Legend Related to map or legend rendering labels May 24, 2019
@qgib qgib added this to the Version 1.7.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
JamesShaeffer pushed a commit to JamesShaeffer/QGIS that referenced this issue Nov 20, 2019
The capability to print selection has been removed by the commit aaa7003 to
prevent accidental selections showing in exports from composer.

It is reactivated only for QGIS Server.

fixes qgis#13459 QGIS Server WMS GetPrint request don't respect SELECTION parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Map and Legend Related to map or legend rendering
Projects
None yet
Development

No branches or pull requests

1 participant