mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix default pane divider cursor for vertical panes
This commit is contained in:
parent
4ef8e862b3
commit
47b85c3845
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ Pane::Pane (bool h)
|
|||
if (horizontal) {
|
||||
drag_cursor = Cursor (SB_H_DOUBLE_ARROW);
|
||||
} else {
|
||||
drag_cursor = Cursor (SB_H_DOUBLE_ARROW);
|
||||
drag_cursor = Cursor (SB_V_DOUBLE_ARROW);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue