~ubuntu-branches/ubuntu/utopic/ginkgocadx/utopic-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/tools/herramientaelevacion.cpp

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2012-01-29 12:02:54 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120129120254-nu7giync5p156icb
Tags: 2.8.0.4602-1
New upstream version (adapted patch, removed patch applied upstream)
Closes: #657827

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: herramientaelevacion.cpp 3830 2011-05-06 13:30:18Z carlos $
 
3
 *  $Id: herramientaelevacion.cpp 4478 2011-12-13 11:55:00Z carlos $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
218
218
        m_PuntosInsertados.clear();
219
219
}
220
220
 
221
 
//region "Realizaci�n de la interfaz IHerramienta"
 
221
//region "Realizacion de la interfaz IHerramienta"
222
222
 
223
223
void GNC::HerramientaElevacion::CrearPaneles( wxPanel* panel )
224
224
{
287
287
                        if (activar) {
288
288
                                GTRACE("HerramientaElevacion: Conectando contratos de vista " << pCW->m_pVista);
289
289
                                // Usamos de Id de grupo el valor del puntero de la herramienta, que es unico y no cambia
290
 
                                m_pElevacionBuilder = new GNC::GCS::Widgets::WElevacionBuilder(pCW->GetManager(), &m_RepresentacionesElevacion, (unsigned long)this);
 
290
                                m_pElevacionBuilder = new GNC::GCS::Widgets::WElevacionBuilder(pCW->GetManager(), &m_RepresentacionesElevacion, GetTriggerButton(), (unsigned long)this);
291
291
                                if(m_TipoAccion==GNC::TAE_DISMINUIR){
292
292
                                        m_pElevacionBuilder->SetRepresentacionActiva(1);
293
293
                                }else{