summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchCanvas.hpp')
-rw-r--r--src/gui/PatchCanvas.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/PatchCanvas.hpp b/src/gui/PatchCanvas.hpp
index 98276d30..47b645d6 100644
--- a/src/gui/PatchCanvas.hpp
+++ b/src/gui/PatchCanvas.hpp
@@ -136,6 +136,9 @@ private:
int _last_click_y;
int _paste_count;
+ // Track pasted objects so they can be selected when they arrive
+ std::set<Raul::Path> _pastees;
+
struct MenuRecord {
MenuRecord(Gtk::MenuItem* i, Gtk::Menu* m) : item(i), menu(m) {}
Gtk::MenuItem* item;