Skip to content

Commit 959e8b5

Browse files
If that places the left bracket at the left edge for #1787?
1 parent 4de1f66 commit 959e8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphical_io/Printout.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ void Printout::SetupData() {
260260
// if (marginX < m_configuration.Scale_Px(1 + m_configuration.GetBaseIndent()))
261261
// marginX = m_configuration.Scale_Px(1 + m_configuration.GetBaseIndent());
262262
//}
263-
//m_configuration.SetIndent(marginX);
263+
m_configuration.SetIndent(0);
264264
// Inform the output routines that we are printing
265265
m_configuration.SetPrinting(true);
266266
m_configuration.LineWidth_em(10000);

0 commit comments

Comments
 (0)