Backgrounds: saves the state of ImageFilePanel

* Fixes #8787.
This commit is contained in:
Janus 2015-06-05 15:32:00 +02:00
parent 38aa1d3b82
commit 1503b7f02b

View File

@ -242,8 +242,9 @@ BackgroundsView::BackgroundsView()
BackgroundsView::~BackgroundsView() BackgroundsView::~BackgroundsView()
{ {
delete fPanel; // The order matter. The last panel saves the state
delete fFolderPanel; delete fFolderPanel;
delete fPanel;
} }