mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-16 05:08:08 +08:00
instance check - not calling bring_forward imidietly after recieving msg on OSX
This commit is contained in:
parent
3fd03c3a2d
commit
5e80dda623
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
-(void)message_update:(NSNotification *)msg
|
-(void)message_update:(NSNotification *)msg
|
||||||
{
|
{
|
||||||
//NSLog(@"recieved msg %@", msg);
|
|
||||||
[self bring_forward];
|
|
||||||
//pass message
|
//pass message
|
||||||
Slic3r::GUI::wxGetApp().other_instance_message_handler()->handle_message(std::string([msg.userInfo[@"data"] UTF8String]));
|
Slic3r::GUI::wxGetApp().other_instance_message_handler()->handle_message(std::string([msg.userInfo[@"data"] UTF8String]));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user