On Thu, 13 Apr 2023 at 10:47, Catania, Luke A ERDC-RDE-GRL-VA CIV via
QGIS-Developer <qgis-developer@lists.osgeo.org> wrote:
>
> I have an event filter on the map canvas that performs a commit during 
> feature editing when right clicking on the canvas.  While this performs the 
> commit, it then pops up Copy Coordinates.  I don’t want the user to see this. 
>  I want my mouse click event to be recognized and not have QGIS use it to 
> popup the Copy Coordinates.  Is there a way to call QgsMapTool.deactivate on 
> that built in tool just for this instance and then reactivate it?

Are you using a custom QgsMapTool subclass? If so, implement the
"flags" method and don't return the ShowContextMenu flag.

Nyall


>
> _______________________________________________
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
  • [QGIS-Developer] Te... Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
    • Re: [QGIS-Deve... Nyall Dawson via QGIS-Developer
      • Re: [QGIS-... Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
        • Re: [Q... Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
          • Re... Jacky Volpes via QGIS-Developer

Reply via email to