Reformatting.
This commit is contained in:
parent
12e10fd43a
commit
80901c69cf
|
@ -229,7 +229,6 @@ void TOOL_DISPATCHER::DispatchWxEvent( wxEvent &aEvent )
|
||||||
m_toolMgr->ProcessEvent( *evt );
|
m_toolMgr->ProcessEvent( *evt );
|
||||||
|
|
||||||
aEvent.Skip();
|
aEvent.Skip();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,6 @@ template<class ReturnType>
|
||||||
class DELEGATE0 {
|
class DELEGATE0 {
|
||||||
public:
|
public:
|
||||||
typedef ReturnType ( DELEGATE0<ReturnType>::*MemberPointer )();
|
typedef ReturnType ( DELEGATE0<ReturnType>::*MemberPointer )();
|
||||||
|
|
||||||
typedef ReturnType _ReturnType;
|
typedef ReturnType _ReturnType;
|
||||||
|
|
||||||
DELEGATE0 ()
|
DELEGATE0 ()
|
||||||
|
|
|
@ -119,8 +119,8 @@ void SELECTION_TOOL::selectSingle( const VECTOR2I& aWhere, bool aAdditive )
|
||||||
GENERAL_COLLECTORS_GUIDE guide = getEditFrame<PCB_EDIT_FRAME>()->GetCollectorsGuide();
|
GENERAL_COLLECTORS_GUIDE guide = getEditFrame<PCB_EDIT_FRAME>()->GetCollectorsGuide();
|
||||||
GENERAL_COLLECTOR collector;
|
GENERAL_COLLECTOR collector;
|
||||||
|
|
||||||
collector.Collect( pcb, GENERAL_COLLECTOR::AllBoardItems, wxPoint( aWhere.x, aWhere.y ),
|
collector.Collect( pcb, GENERAL_COLLECTOR::AllBoardItems,
|
||||||
guide );
|
wxPoint( aWhere.x, aWhere.y ), guide );
|
||||||
|
|
||||||
switch( collector.GetCount() )
|
switch( collector.GetCount() )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue