mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove all trace of cursor stacks; canvas cursor is always "just set"
This commit is contained in:
parent
5b112e489b
commit
98c9c03e9f
22 changed files with 55 additions and 306 deletions
|
|
@ -41,7 +41,6 @@
|
|||
|
||||
#include "gtkmm2ext/bindings.h"
|
||||
|
||||
#include "cursor_context.h"
|
||||
#include "editor_items.h"
|
||||
#include "mouse_cursors.h"
|
||||
#include "editing.h"
|
||||
|
|
@ -353,7 +352,6 @@ private:
|
|||
* samplepos. used for relative snap.
|
||||
*/
|
||||
Temporal::timecnt_t _snap_delta;
|
||||
CursorContext::Handle _cursor_ctx; ///< cursor change context
|
||||
bool _constraint_pressed; ///< if the keyboard indicated constraint modifier was pressed on start_grab()
|
||||
int _grab_button;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue