mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-16 00:42:44 +00:00
ENH:modidy bed type
jira: STUDIO-13919 STUDIO-13920 Change-Id: I8e9e6bda972d294b91add1eeaf15061188bcdb2d (cherry picked from commit a436da8930d631e094eef3b7829d270a027a9ac4) (cherry picked from commit 5468697ff4ac4546111afdfd1f7eb43bd899f1de)
This commit is contained in:
@@ -57,7 +57,9 @@ bool ImageDPIFrame::Show(bool show)
|
||||
}
|
||||
|
||||
void ImageDPIFrame::set_bitmap(const wxBitmap &bit_map) {
|
||||
m_bitmap->SetBitmap(bit_map);
|
||||
if (&bit_map && bit_map.IsOk()) {
|
||||
m_bitmap->SetBitmap(bit_map);
|
||||
}
|
||||
}
|
||||
|
||||
void ImageDPIFrame::on_dpi_changed(const wxRect &suggested_rect)
|
||||
|
||||
Reference in New Issue
Block a user