Method: FXMapperWindow#previous_section
- Defined in:
- lib/IFMapper/FXMapperWindow.rb
#previous_section ⇒ Object
Go to previous section in current map
1592 1593 1594 1595 1596 |
# File 'lib/IFMapper/FXMapperWindow.rb', line 1592 def previous_section map = current_map map.previous_section if map update_section end |