moved DANGLING_SYMBOL_SIZE definition to general.h
This commit is contained in:
parent
43c87e734b
commit
dbb69b7505
|
@ -56,7 +56,6 @@ void DrawDanglingSymbol( WinEDA_DrawPanel* panel, wxDC* DC,
|
|||
const wxPoint& pos, int Color )
|
||||
/************************************************************/
|
||||
{
|
||||
#define DANGLING_SYMBOL_SIZE 12
|
||||
if( !g_IsPrinting ) // Draw but do not print the Dangling Symbol */
|
||||
{
|
||||
GRRect( &panel->m_ClipBox, DC,
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
//#define GR_DEFAULT_DRAWMODE GR_COPY
|
||||
#define GR_DEFAULT_DRAWMODE GR_COPY
|
||||
|
||||
#define DANGLING_SYMBOL_SIZE 12
|
||||
|
||||
/* Message de presentation */
|
||||
extern wxString g_Main_Title;
|
||||
|
|
Loading…
Reference in New Issue