Document that wxDataViewCtrl now always expands its last column
This has been changed back in 4156e1a5c9
and is a (mildly) incompatible change, so document it in the appropriate
change log section.
See #18295.
This commit is contained in:
@@ -94,6 +94,9 @@ Changes in behaviour which may result in build errors
|
|||||||
not long. Its return value hasn't changed, however, and is still always
|
not long. Its return value hasn't changed, however, and is still always
|
||||||
either true or false, so normally the existing code should continue to work.
|
either true or false, so normally the existing code should continue to work.
|
||||||
|
|
||||||
|
- Generic wxDataViewCtrl now always resizes its last column to fill all the
|
||||||
|
available space, as the GTK+ version always did.
|
||||||
|
|
||||||
- configure only accepts the options it knows about now and doesn't silently
|
- configure only accepts the options it knows about now and doesn't silently
|
||||||
ignore all the rest. If you get errors about unknown options, you may either
|
ignore all the rest. If you get errors about unknown options, you may either
|
||||||
specify --disable-option-checking argument to continue accepting them (which
|
specify --disable-option-checking argument to continue accepting them (which
|
||||||
|
Reference in New Issue
Block a user