Skip to content
Snippets Groups Projects
Commit d3ed0883 authored by stefan's avatar stefan
Browse files

FileLoader:

 - Fixed loading of surfaces

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2049 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 8307dc81
Branches
Tags
No related merge requests found
......@@ -288,6 +288,10 @@ gfx::GfxObjP FileLoader::TryLoadSurface(const QString& filename, io::SurfaceIOHa
gfx::SurfaceP gfx_surf(new gfx::Surface(fi.baseName().toStdString(),sh));
return gfx_surf;
}
else{
gfx::SurfaceP gfx_surf(new gfx::Surface(fi.baseName().toStdString(),sh));
return gfx_surf;
}
}
return gfx::GfxObjP();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment