Tags: cappuccino/cappuccino
Tags
Fixed: doc generation crash due to bad UTF. Not clear what's causing the problem, but the ± in CPDate.j get prefixed with some garbage bytes in the Doxygen output even that the input encoding looks fine. The work-around for now is to just discard the bad bytes in the Python step. The output comes out correct (with the ± preserved).
New: xcc --reset resets the Xcode support before opening the project. This will help in cases where the project is way out of sync and crashes XCC.
Fixed: menus not closing on left click. Previously, clicking outside a menu on a control would not close the menu. Also clicking on the menu header again would open a second menu. This error was caused by the control receiving the click and starting its own tracking, depriving the menu of the mouse up event it was awaiting. The behaviour to wait for the mouse up was wrong to begin with. Menus should close on mouse down. This fix closes the menu on left mouse down anywhere but the menu, while still allowing the click to pass through to any control underneath the cursor. Fixes #1833.
PreviousNext