mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 11:55:28 -04:00
Fix a bug when refreshing the ObjectsEditor
This commit is contained in:
@@ -424,8 +424,6 @@ void ObjectsEditor::ConnectEvents()
|
||||
|
||||
void ObjectsEditor::Refresh()
|
||||
{
|
||||
delete objectsList->GetDropTarget();
|
||||
|
||||
objectsList->DeleteAllItems();
|
||||
objectsImagesList->RemoveAll();
|
||||
objectsImagesList->Add(gd::SkinHelper::GetIcon("object", 24));
|
||||
|
||||
Reference in New Issue
Block a user