mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fix crash on launch caused by ref of tmp object (#13341)
This commit is contained in:
@@ -80,7 +80,8 @@ void break_to_debugger()
|
|||||||
|
|
||||||
const std::string& shortkey_shift_prefix()
|
const std::string& shortkey_shift_prefix()
|
||||||
{
|
{
|
||||||
return _u8L("Shift+");
|
static const std::string str = _u8L("Shift+");
|
||||||
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string& shortkey_ctrl_prefix()
|
const std::string& shortkey_ctrl_prefix()
|
||||||
|
|||||||
Reference in New Issue
Block a user