1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

bring_forward on recieved other instance msg

This commit is contained in:
David Kocik
2020-10-15 09:20:00 +02:00
parent 87206cd695
commit d87ca6bdc1
+1
View File
@@ -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]));
}