~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to pcbnew/tool_onrightclick.cpp

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <wxPcbStruct.h>
34
34
#include <module_editor_frame.h>
35
35
#include <dialog_design_rules.h>
36
 
 
37
36
#include <pcbnew_id.h>
38
37
 
39
38
 
71
70
        break;
72
71
 
73
72
    case ID_PCB_PLACE_GRID_COORD_BUTT:
74
 
        InstallGridFrame( wxDefaultPosition );
 
73
        InvokeDialogGrid();
75
74
        break;
76
75
 
77
76
    default: