Ignore:
Timestamp:
Jan 20, 2019, 9:32:16 PM (6 years ago)
Author:
chronos
Message:
  • Added: New menu action show/hide map grid lines.
  • Modified: Draw cell polygons without a gap so it can be drawn as solid surface without grid lines.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r250 r268  
    1515  OnKeyUp = FormKeyUp
    1616  OnShow = FormShow
    17   LCLVersion = '1.8.2.0'
     17  LCLVersion = '1.8.4.0'
    1818  WindowState = wsMaximized
    1919  object ToolBar1: TToolBar
     
    146146        Caption = '-'
    147147      end
     148      object MenuItem33: TMenuItem
     149        Action = AMapGridVisible
     150      end
    148151      object MenuItem21: TMenuItem
    149152        Action = AToolBarVisible
     
    218221      OnExecute = AStatusBarVisibleExecute
    219222    end
     223    object AMapGridVisible: TAction
     224      Caption = 'Map grid visible'
     225      OnExecute = AMapGridVisibleExecute
     226    end
    220227  end
    221228  object PopupMenuToolbar: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.