Skip to content

Commit

Permalink
show message in console when caches are flushed (fixes #3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Calderwood authored and Don Calderwood committed Jan 1, 2021
1 parent 7618d4d commit 6e04dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mainwin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2561,6 +2561,9 @@ void MainWindow::actionFlushCaches()
dxf_dim_cache.clear();
dxf_cross_cache.clear();
ModuleCache::instance()->clear();

setCurrentOutput();
LOG(message_group::None,Location::NONE,"","Caches Flushed");
}

void MainWindow::viewModeActionsUncheck()
Expand Down

0 comments on commit 6e04dc9

Please sign in to comment.