mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:35:54 +08:00
Show rendered texture
This commit is contained in:
parent
fe90a88b4d
commit
484bd9cacf
@ -127,7 +127,7 @@ void CreateFontImageJob::finalize(bool canceled, std::exception_ptr &)
|
||||
glsafe(::glBindTexture(target, no_texture_id));
|
||||
|
||||
// show rendered texture
|
||||
//wxGetApp().plater()->get_current_canvas3D()->schedule_extra_frame(0);
|
||||
wxGetApp().plater()->canvas3D()->schedule_extra_frame(0);
|
||||
|
||||
BOOST_LOG_TRIVIAL(info)
|
||||
<< "Generate Preview font('" << m_input.font_name << "' id:" << m_input.index << ") "
|
||||
|
Loading…
x
Reference in New Issue
Block a user