mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Fix crash on mouseover.
git-svn-id: svn://localhost/ardour2/branches/3.0@8236 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4a9a5dea26
commit
fb0097ca79
5 changed files with 78 additions and 73 deletions
|
|
@ -64,7 +64,6 @@ private:
|
|||
void draw_empty_square (cairo_t *, uint32_t, uint32_t);
|
||||
void draw_non_connectable_indicator (cairo_t *, uint32_t, uint32_t);
|
||||
std::list<PortMatrixNode> nodes_on_line (int, int, int, int) const;
|
||||
PortMatrixNode::State get_association (PortMatrixNode) const;
|
||||
void set_association (PortMatrixNode, bool);
|
||||
bool toggle_state (PortMatrixNode::State) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue