Removed category update before the window is created.

This commit is contained in:
leo 2015-02-05 22:55:09 +00:00
parent f5bb01f724
commit 980d0c4a03

View file

@ -2076,9 +2076,7 @@ bool lcPiecesLibrary::LoadBuiltinPieces()
}
lcLoadDefaultColors();
lcLoadDefaultCategories(true);
gMainWindow->UpdateCategories();
return true;
}