mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Lots of miscellaneous fixes, also added basic VCS framework
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1416 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -26,7 +26,8 @@ struct TextViewer::Line {
|
||||
bool justifying; ///< Is the text justified? Only true when *really* justifying.
|
||||
|
||||
Line()
|
||||
: start(0), end_or_soft(0), top(0), line_height(0), break_after(BREAK_NO)
|
||||
: start(0), end_or_soft(0), top(0), line_height(0)
|
||||
, break_after(BREAK_NO), justifying(false)
|
||||
{}
|
||||
|
||||
/// The position (just beyond) the bottom of this line
|
||||
|
||||
Reference in New Issue
Block a user