Bug report #10390
QgsGenericProjectionSelector() need two click for to select
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | - | ||
| Category: | Projection Support | ||
| Affected QGIS version: | 2.2.0 | Regression?: | No |
| Operating System: | Easy fix?: | No | |
| Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 18807 |
Description
when i call QgsGenericProjectionSelector() and open the dialog i need to click twice for to select.
the first click give a generic "" string
for example in console
a=QgsGenericProjectionSelector() a.show() // one click only a.selectedAuthId () u''
a=QgsGenericProjectionSelector() a.show()// click twice on monte mario a.selectedAuthId () u'EPSG:3003'
it's a bored problem for build plugin that need choice a SR
History
#1
Updated by Salvatore Larosa over 11 years ago
This should be fixed in master, ref. #8298
#2
Updated by Alexander Bruy almost 10 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
- Category changed from Browser to Projection Support
Fixed in master.