SVN commit 694435 by treat: Don't crash M +1 -0 mainwindow.cpp --- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #694434:694435 @@ -46,6 +46,7 @@ _dataManager = 0; _exportGraphics = 0; _vectorEditor = 0; + _viewManager = 0; _doc = new Document(this); _tabWidget = new TabWidget(this); _undoGroup = new QUndoGroup(this);