summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 74644dc..e94fcaa 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -304,13 +304,12 @@ Patchage::idle_callback()
// Do a full refresh (ie user clicked refresh)
if (_refresh) {
- _canvas->flag_all_connections();
+ _canvas->destroy();
_jack_driver->refresh();
#ifdef HAVE_ALSA
if (_alsa_driver)
_alsa_driver->refresh();
#endif
- _canvas->destroy_all_flagged_connections();
_refresh = false;
}