Changed the reload presentaiton key to 'R' to better match the 'E' for editor

This commit is contained in:
Robert Osfield 2017-12-04 14:50:12 +00:00
parent 279df6d57e
commit 56681c89cd

View File

@ -1240,7 +1240,7 @@ bool SlideEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIAction
_hold = false;
return true;
}
else if (ea.getKey()=='e')
else if (ea.getKey()=='R')
{
// reload presentation to reflect changes from editor
setRequestReload(true);