Changed the reload presentaiton key to 'R' to better match the 'E' for editor
This commit is contained in:
parent
279df6d57e
commit
56681c89cd
@ -1240,7 +1240,7 @@ bool SlideEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIAction
|
|||||||
_hold = false;
|
_hold = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (ea.getKey()=='e')
|
else if (ea.getKey()=='R')
|
||||||
{
|
{
|
||||||
// reload presentation to reflect changes from editor
|
// reload presentation to reflect changes from editor
|
||||||
setRequestReload(true);
|
setRequestReload(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user