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

« back to all changes in this revision

Viewing changes to pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp

More int casts to rounding conversions

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
         (m_CurrentModule->GetLayer() == LAYER_N_BACK) ? 1 : 0 );
99
99
 
100
100
    bool select = false;
101
 
    switch( (int) m_CurrentModule->GetOrientation() )
 
101
    switch( int( m_CurrentModule->GetOrientation() ) )
102
102
    {
103
103
    case 0:
104
104
        m_OrientCtrl->SetSelection( 0 );