a-fluidsynth: implement LV2_BANKPATCH__notify
[ardour.git] / gtk2_ardour / mouse_cursors.cc
index b50bfa11c6d1c0f4b34bd8a9e02b6a2ae2688358..afe743a7d3225d4eb3fd8fee1fbc779a11b9e21c 100644 (file)
@@ -72,6 +72,11 @@ MouseCursors::MouseCursors ()
 {
 }
 
+MouseCursors::~MouseCursors ()
+{
+       drop_all ();
+}
+
 void
 MouseCursors::drop_all ()
 {
@@ -147,8 +152,8 @@ MouseCursors::set_cursor_set (const std::string& name)
        }
 
        /* these will throw exceptions if their images cannot be found.
-          
-          the default hotspot coordinates will be overridden by any 
+
+          the default hotspot coordinates will be overridden by any
           data found by Gtkmm2ext::Cursors::load_cursor_info(). the values
           here from the set of cursors used by Ardour; new cursor/icon
           sets should come with a hotspot info file.