7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 00:21:31 +00:00

Fix autocomplete woops resize -> reserve

This commit is contained in:
Marek Roszko 2022-02-06 12:13:11 -05:00
parent b042e8cc41
commit e9f4f5ab2a

View File

@ -763,7 +763,6 @@ SCENEGRAPH* LoadModel( char const* filename )
data.scene = nullptr;
m_app->Close( data.m_doc );
return scene;
}