Commit a30d9526 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

VLM: correctly save and restore the geometry

parent 9b8667a8
......@@ -162,7 +162,7 @@ VLMDialog::~VLMDialog()
{
delete vlmWrapper;
//writeSettings( "VLM" );
getSettings()->setValue("VLM/geometry", saveGeometry());
/* TODO :you have to destroy vlm here to close
* but we shouldn't destroy vlm here in case somebody else wants it */
if( p_vlm )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment