mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 09:09:00 +08:00
FIX: restore liveview log
Change-Id: I4e9d4d710cf4ed056a171d88e5ef0392eaf0a47d Jira: none
This commit is contained in:
parent
1b07b01a3b
commit
3b440aed25
@ -248,7 +248,7 @@ WXLRESULT wxMediaCtrl2::MSWWindowProc(WXUINT nMsg,
|
||||
wxPostEvent(this, evt);
|
||||
}
|
||||
}
|
||||
BOOST_LOG_TRIVIAL(trace) << msg.ToUTF8().data();
|
||||
BOOST_LOG_TRIVIAL(info) << msg.ToUTF8().data();
|
||||
return 0;
|
||||
}
|
||||
return wxMediaCtrl::MSWWindowProc(nMsg, wParam, lParam);
|
||||
|
Loading…
x
Reference in New Issue
Block a user