drop hotspot info when changing cursors.

This commit is contained in:
Robin Gareus 2014-11-18 22:11:12 +01:00
parent 68b3568ab0
commit f082c42994
1 changed files with 1 additions and 0 deletions

View File

@ -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);