From d87ca6bdc1d411e7600f934e2e53f55f98ecc2f1 Mon Sep 17 00:00:00 2001 From: David Kocik Date: Thu, 15 Oct 2020 09:20:00 +0200 Subject: [PATCH] bring_forward on recieved other instance msg --- src/slic3r/GUI/InstanceCheckMac.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/InstanceCheckMac.mm b/src/slic3r/GUI/InstanceCheckMac.mm index 7b3f1b222..9969b1a7b 100644 --- a/src/slic3r/GUI/InstanceCheckMac.mm +++ b/src/slic3r/GUI/InstanceCheckMac.mm @@ -19,6 +19,7 @@ -(void)message_update:(NSNotification *)msg { + [self bring_forward]; //pass message Slic3r::GUI::wxGetApp().other_instance_message_handler()->handle_message(std::string([msg.userInfo[@"data"] UTF8String])); }