Fix issue #3532 + a memory leak
This commit is contained in:
@@ -105,8 +105,7 @@ Preferences::~Preferences ()
|
||||
{
|
||||
|
||||
profileStore.removeListener(this);
|
||||
options.preferencesWidth = get_width();
|
||||
options.preferencesHeight = get_height();
|
||||
get_size(options.preferencesWidth, options.preferencesHeight);
|
||||
}
|
||||
|
||||
Gtk::Widget* Preferences::getBatchProcPanel ()
|
||||
|
Reference in New Issue
Block a user