mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
drop hotspot info when changing cursors.
This commit is contained in:
parent
68b3568ab0
commit
f082c42994
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ MouseCursors::set_cursor_set (const std::string& name)
|
|||
using namespace Gdk;
|
||||
|
||||
drop_all ();
|
||||
Gtkmm2ext::CursorInfo::drop_cursor_info();
|
||||
_cursor_set = name;
|
||||
|
||||
std::string hotspot_info_path = get_icon_path ("hotspots", _cursor_set, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue