Fixed issue #295; edit profile was not saved in some situations

This commit is contained in:
Oliver Duis
2010-12-14 19:49:29 +01:00
parent f9941a1f94
commit aa63667640
2 changed files with 30 additions and 51 deletions

View File

@@ -1,7 +1,6 @@
/*
* This file is part of RawTherapee.
*
* Copyright (c) 2004-2010 Gabor Horvath <hgabor@rawtherapee.com>
*
* RawTherapee is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,6 +24,7 @@
#include <batchqueuepanel.h>
#include <set>
#include <progressconnector.h>
#include <editwindow.h>
class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
@@ -40,8 +40,11 @@ class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
bool is_fullscreen;
Gtk::Button * btn_fullscreen;
bool isSingleTabMode() { return !options.tabbedUI && !EditWindow::isMultiDisplayEnabled(); };
bool on_expose_event_epanel(GdkEventExpose* event);
bool on_expose_event_fpanel(GdkEventExpose* event);
public:
RTWindow ();