Spectral Library: Error message bar shown in QGIS

Issue #486 wontfix
Fabian Thiel created an issue

When pasting features with an empty clipboard, the corresponding message will be shown in QGIS, not in the Box

Comments (4)

  1. Benjamin Jakimow
    • changed status to open

    The pasting use the QGIS main application iface.pasterFromClipboard and is finally implemented in

    void QgisApp::pasteFromClipboard( QgsMapLayer *destinationLayer )

    To change this behavior, it is required to re-implement pasteFromClipboard e.g. within QPS VectorLayerTools.

  2. Benjamin Jakimow

    To see error message in the EnMAP-Box message bar instead of the main QGIS, it would be required to re-implement trh QGIS Main App methods for copySelectionToClipboard, cutSelectionToClipboard, pasteFromClipboard

  3. Log in to comment