Fix worksheet multiple line text plotting bug. (fixes lp:1261906)
This commit is contained in:
committed by
Wayne Stambaugh
parent
68d43a49df
commit
447bb98480
@@ -253,7 +253,8 @@ public:
|
||||
enum EDA_TEXT_VJUSTIFY_T aV_justify,
|
||||
int aWidth,
|
||||
bool aItalic,
|
||||
bool aBold );
|
||||
bool aBold,
|
||||
bool aMultilineAllowed = false );
|
||||
|
||||
/**
|
||||
* Draw a marker (used for the drill map)
|
||||
|
||||
Reference in New Issue
Block a user