From 0823b1f3c0a26df4f487d76493eb58608a1ad0df Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 25 Aug 2011 16:54:02 +0200 Subject: bugfix: Flush caches now also flushes the use'd module cache 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() -- cgit v0.10.1