mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: [STUDIO-4125] null crash in ImageGrid
Change-Id: Ibe2fcf6d3fe7ae901a2e594d782566a04aa19c39 Jira: STUDIO-4125
This commit is contained in:
@@ -220,6 +220,7 @@ void ImageGrid::UpdateLayout()
|
|||||||
|
|
||||||
void Slic3r::GUI::ImageGrid::UpdateFocusRange()
|
void Slic3r::GUI::ImageGrid::UpdateFocusRange()
|
||||||
{
|
{
|
||||||
|
if (!m_file_sys) return;
|
||||||
wxSize size = GetClientSize();
|
wxSize size = GetClientSize();
|
||||||
wxPoint off;
|
wxPoint off;
|
||||||
int index = firstItem(size, off);
|
int index = firstItem(size, off);
|
||||||
|
|||||||
Reference in New Issue
Block a user