Fixed an occasional crash at startup; see bug forum thread #2532
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* This file is part of RawTherapee.
|
||||
*
|
||||
* Copyright (c) 2004-2010 Gabor Horvath <hgabor@rawtherapee.com>, Oliver Duis <www.oliverduis.de>
|
||||
*
|
||||
* RawTherapee is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -23,6 +24,8 @@
|
||||
|
||||
RTWindow::RTWindow () {
|
||||
|
||||
epanel=NULL; // to prevent eventing errors
|
||||
|
||||
cacheMgr->init ();
|
||||
|
||||
#ifdef GLIBMM_EXCEPTIONS_ENABLED
|
||||
|
Reference in New Issue
Block a user