diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-25 14:54:02 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-25 14:54:02 (GMT) |
commit | 0823b1f3c0a26df4f487d76493eb58608a1ad0df (patch) | |
tree | 9bb3a6cad0232a388bfa9c31ef4d66580d99a8af /src | |
parent | 8196385438caa45aef6ddd2dbae26a431d704268 (diff) |
bugfix: Flush caches now also flushes the use'd module cache
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index c63b2dd..7bbc0e9 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1436,6 +1436,7 @@ void MainWindow::actionFlushCaches() #endif dxf_dim_cache.clear(); dxf_cross_cache.clear(); + Module::libs_cache.clear(); } void MainWindow::viewModeActionsUncheck() |