2015r4.1
Released February 9th, 2016.
This release fixes important issues found in Xojo 2015r4.
Bug fixes (12 cases)
Case |
Area |
Description |
---|---|---|
Compiler |
Fixed a bug with incremental compilation where explicit type info on constants would get lost. |
|
Framework > All |
Fixed memory leaks with Xojo.Core.Date and Xojo.Core.TimeZone. |
|
Framework > All |
Fixed a crash that would occur if a control's LostFocus event closes the control that focus should have advanced to. |
|
Framework > All |
GenerateJSON now gives ** instead of null for empty string values. |
|
Framework > All |
Fixed an assertion with XojoScripts that have a subroutine named main that takes no arguments. |
|
Framework > Linux |
Printing no longer crashes. |
|
Framework > Macintosh (Cocoa) |
Fixed Xojo.IO.FolderItem iteration to work on OS X. |
|
Framework > Macintosh (Cocoa) |
Fixed crashes under OS X 10.11 that occurred when closing a full screen window. |
|
Framework > Macintosh (Cocoa) |
Drawing a Picture into itself no longer crashes. |
|
Framework > Windows |
Listbox no longer leaks memory. |
|
IDE > Miscellaneous |
Error dialog now properly appears when trying to build using plugins that do not support the selected architecture. |
|
Plugin SDK |
Plugin controls that adjust the graphics origin and then draw a picture now appear correct in the IDE. |