|
|
@ -57,6 +57,7 @@ |
|
|
|
#include <page_info.h>
|
|
|
|
#include <layers_id_colors_and_visibility.h>
|
|
|
|
#include <gr_basic.h>
|
|
|
|
#include <trigo.h>
|
|
|
|
|
|
|
|
// ============================ BASE CLASS ==============================
|
|
|
|
|
|
|
@ -187,6 +188,11 @@ wxString WS_DRAW_ITEM_TEXT::GetSelectMenuText( EDA_UNITS aUnits ) const |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void WS_DRAW_ITEM_TEXT::SetTextAngle( double aAngle ) |
|
|
|
{ |
|
|
|
EDA_TEXT::SetTextAngle( NormalizeAngle360Min( aAngle ) ); |
|
|
|
} |
|
|
|
|
|
|
|
// ============================ POLYGON =================================
|
|
|
|
|
|
|
|
void WS_DRAW_ITEM_POLYPOLYGONS::PrintWsItem( RENDER_SETTINGS* aSettings, const wxPoint& aOffset ) |
|
|
|