* 1.0.1.1 - 3/22/2012
+ * - Fixing UI collision with mouse pointer + * - Adding AxiosRectangle and AxiosPoint classes
This commit is contained in:
parent
a47ec71bc2
commit
2cbd7a4910
@ -49,6 +49,8 @@
|
|||||||
* - Fixing bug with last screen not exiting if it is a background screen
|
* - Fixing bug with last screen not exiting if it is a background screen
|
||||||
*
|
*
|
||||||
* 1.0.1.1 - 3/22/2012
|
* 1.0.1.1 - 3/22/2012
|
||||||
|
* - Fixing UI collision with mouse pointer
|
||||||
|
* - Adding AxiosRectangle and AxiosPoint classes
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
|
|||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.0.1.0")]
|
[assembly: AssemblyVersion("1.0.1.1")]
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
[assembly: AssemblyConfiguration("Debug")]
|
[assembly: AssemblyConfiguration("Debug")]
|
||||||
|
Loading…
Reference in New Issue
Block a user