SVN commit 1168402 by rahn:
- Revert the commit #1164097. This brings back the old hack which
improves speed drastically.
M +1 -0 FileLoader.cpp
--- trunk/KDE/kdeedu/marble/src/lib/FileLoader.cpp #1168401:1168402
@@ -281,6 +281,7 @@
m_document->append( mark );
}
+ m_document->setVisible( false );
return true;
}