Skip to content
Snippets Groups Projects
Commit 874afbff authored by Dirk Wilden's avatar Dirk Wilden
Browse files

improved handling of obj "groups"

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@8574 383ad7c9-94d9-4d36-a494-682f7c89f535
parent a7eaaf58
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,7 @@ void Core::slotLoad(QString _filename, int _pluginID) {
group = dynamic_cast< GroupObject* > (baseObj);
if (group)
type = DATA_UNKNOWN;
type = DATA_GROUP;
}
if ( group == 0 ){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment