Dear Nate:
   I just upgraded to the latest version of Gazebo and noticed that the program 
is saving frames by default and the save frames option in the toolbar is not a 
checkbox. I belive the line in MainMenu.cc:
    { "Save Frames", 0, &gazebo::MainMenu::SaveFramesCB, 0, 0, 
FL_NORMAL_LABEL,0, 14,0 },
should be changed to:
    { "Save Frames", 0, &gazebo::MainMenu::SaveFramesCB, 0, FL_MENU_TOGGLE, 
FL_NORMAL_LABEL,0, 14,0 },

not only does this turn the save frames menu option into a checkbox, it stops 
the saving of frames.

Sandy
--
sand...@alumni.usc.edu 
www.sanfordfreedman.com 

"I have yet to see any problem, however complicated, which, when you looked at 
it in the right way, did not become still more complicated." 
- Poul Anderson
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Playerstage-gazebo mailing list
Playerstage-gazebo@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to