Closed Fusselwurm closed 4 years ago
Depending on your settings there should be either a dialog box or a message in your error console:
I need to check if I can force a dialog box since the error console is very hidden (ref: https://developer.gimp.org/api/2.0/libgimp/libgimp-gimpmessage.html).
Fixed by using gimp_message_set_handler(GimpMessageHandlerType::GIMP_MESSAGE_BOX)
in combination with a message which consists of more than one line.
wenn ich diesen Menüpunkt nutze, krieg ich eine Modalbox mit Fehlermeldung: 👍
Aber wenn ich das "Exportieren nach"-Menü nutze gibts keine Modalbox, auch keine Meldung in der Fehlerkonsole, stattdessen in der Statusleiste gelogenes Erfolgs-Hurra: 👎
Should be fixed with d0c47f5c59252a2099cdc9c949058dc5853ed9f1
imo there should be a hint why its not working