diff options
author | David Robillard <d@drobilla.net> | 2008-01-02 17:10:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-02 17:10:26 +0000 |
commit | cc2e862e207046040438c8f0c1c1cab3dd140b13 (patch) | |
tree | e1c57dc527c35da48fe7d4f5d9819c3cdf18ccf1 /src/LashDriver.cpp | |
parent | d29ecca68be290b7c2505e48fd2b6906f2f317d9 (diff) | |
download | patchage-cc2e862e207046040438c8f0c1c1cab3dd140b13.tar.gz patchage-cc2e862e207046040438c8f0c1c1cab3dd140b13.tar.bz2 patchage-cc2e862e207046040438c8f0c1c1cab3dd140b13.zip |
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
Diffstat (limited to 'src/LashDriver.cpp')
-rw-r--r-- | src/LashDriver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |