Bug report #1257
graticule creator: don't assume 0 interval avoid avoid a freeze
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | C++ Plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11317 |
Description
If one fails to specify the interval, the plugin assumes 0 it seems and tries to do it's job, which takes ages and technically freezes QGIS.
Please grey-out the "OK" button unless non-0 intervals are provided (and possibly if the distance between the BL and TR corners is >0).
Associated revisions
fix #1257
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9217 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #1257
git-svn-id: http://svn.osgeo.org/qgis/trunk@9217 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer about 16 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in f6e43c76 (SVN r9218)
#2 Updated by Anonymous over 15 years ago
Milestone Version 1.0.0 deleted