mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Added undo-redo to locking of sources.
This commit is contained in:
3
View.h
3
View.h
@@ -80,7 +80,7 @@ public:
|
||||
return Cursor ();
|
||||
}
|
||||
|
||||
// test mouse over provided a point in screen coordinates
|
||||
//TODO: test mouse over provided a point in screen coordinates
|
||||
virtual Cursor over (glm::vec2) {
|
||||
return Cursor ();
|
||||
}
|
||||
@@ -120,6 +120,7 @@ protected:
|
||||
} ContextMenu;
|
||||
ContextMenu show_context_menu_;
|
||||
inline void openContextMenu (ContextMenu m) { show_context_menu_ = m; }
|
||||
void lock(Source *s, bool on);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user