mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 19:49:03 +08:00
Fix of SPE-1027
This commit is contained in:
parent
a234193dea
commit
9607fbeb6d
@ -815,7 +815,9 @@ void ObjectList::list_manipulation(bool evt_context_menu/* = false*/)
|
|||||||
if (col == nullptr) {
|
if (col == nullptr) {
|
||||||
if (wxOSX)
|
if (wxOSX)
|
||||||
UnselectAll();
|
UnselectAll();
|
||||||
else
|
else if (!evt_context_menu)
|
||||||
|
// Case, when last item was deleted and under GTK was called wxEVT_DATAVIEW_SELECTION_CHANGED,
|
||||||
|
// which invoked next list_manipulation(false)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user