borysiasty / plugin_reloader

QGIS plugin: Reloads a chosen plugin in one click (only useful for Python Plugin Developers)
GNU General Public License v3.0
19 stars 17 forks source link

whatsThis not updating after configure #17

Closed raymondnijssen closed 6 years ago

raymondnijssen commented 6 years ago

When I configure the reloader to reload another plugin, the action text is set to: "Reload plugin: " but the whatsThis remains "Reload plugin: ". It could however be a qt problem since in the python console

this works: qgis.utils.plugins['plugin_reloader'].actionRun.setText('test')

and this doesn't: qgis.utils.plugins['plugin_reloader'].actionRun.setWhatsThis('test')

Anyway, it does load the correct plugin, but it is a bit confusing. I am using qgis 3.3 master on ubuntu 18.04 with qt 5.9.5

borysiasty commented 6 years ago

Thanks! Let me fix it when 3.4 is released :)

raymondnijssen commented 6 years ago

:+1:

borysiasty commented 6 years ago

Fixed by Nyall :)