Cura/resources/qml/MainWindow
Ghostkeeper e591f3db5b
Don't translate certain keywords in the application menu on MacOS
There's a suspicion that this is causing a crash on exit. From the traceback it seems like it's attempting to find a certain property on a deleted item. I'm thinking it might be trying to update properties on an item that was already deleted by the system here because the item got moved to a system-specific menu. Qt doesn't realise that. By not translating that property, it's not necessary to update and hopefully this prevents the need to look up data on the deleted item.
Not translating it is not an issue anyway, since the menu will also be renamed by Qt to some system-specific name, which is then also translated to the user's system-language by MacOS itself.

It's not at all sure if this will fix it. Tests are necessary.

Contributes to issue CURA-8245.
2021-07-19 17:34:44 +02:00
..
ApplicationMenu.qml Don't translate certain keywords in the application menu on MacOS 2021-07-19 17:34:44 +02:00
MainWindowHeader.qml Change the size of the stage buttons to be same size as the marketplace button 2021-06-30 12:30:04 +02:00