From cc2e862e207046040438c8f0c1c1cab3dd140b13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 2 Jan 2008 17:10:26 +0000 Subject: Added back retarded "do the winndow manager's job" code. git-svn-id: http://svn.drobilla.net/lad/patchage@1005 a436a847-0d15-0410-975c-d299462d15a1 --- src/LashDriver.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/LashDriver.cpp') diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp index d29261d..eeab10c 100644 --- a/src/LashDriver.cpp +++ b/src/LashDriver.cpp @@ -88,6 +88,7 @@ void LashDriver::on_save_file(const string& directory) { cout << "[LashDriver] LASH Save File - " << directory << endl; + _app->store_window_location(); _app->state_manager()->save(directory + "/locations"); } -- cgit v1.2.1