mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fix black bed texture if svg file (#11166)
* Fix blank bed texture if svg file * Refresh scene once the texture compression is completed
This commit is contained in:
@@ -3309,6 +3309,7 @@ void GLCanvas3D::on_idle(wxIdleEvent& evt)
|
||||
bool imgui_requires_extra_frame = wxGetApp().imgui()->requires_extra_frame();
|
||||
m_dirty |= imgui_requires_extra_frame;
|
||||
#endif // ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT
|
||||
m_dirty |= GLTexture::Compressor::has_compressed_texture_to_refresh();
|
||||
|
||||
if (!m_dirty)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user