moved DANGLING_SYMBOL_SIZE definition to general.h

This commit is contained in:
diemer 2008-03-27 21:02:42 +00:00
parent 43c87e734b
commit dbb69b7505
2 changed files with 2 additions and 2 deletions

View File

@ -52,11 +52,10 @@ char marqERC_bitmap[] =
static EDA_BaseStruct* HighLightStruct = NULL;
/************************************************************/
void DrawDanglingSymbol( WinEDA_DrawPanel* panel, wxDC* DC,
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,

View File

@ -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;