fixed wxXmlDocument::Save() to interpret the indentstep argument correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -153,9 +153,14 @@ Changes in behaviour not resulting in compilation errors, please read this!
|
||||
and not in both this and the orthogonal directions. This behaviour is what
|
||||
most of the people expect but if you really relied on this overload adding
|
||||
space in both directions you should change your code to use AddSpacer(x, x).
|
||||
|
||||
|
||||
- wxTextCtrl::LoadFile no longer sends a text update event.
|
||||
|
||||
- wxXmlDocument::Save()'s indentstep argument's interpretation was fixed
|
||||
to match the documentation: it now really is the number of spaces in
|
||||
indentation instead of being its double. Its default value was changed
|
||||
accordingly, to 2.
|
||||
|
||||
|
||||
Changes in behaviour which may result in compilation errors
|
||||
-----------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user