minor fix for animations release-1-12-maintained
authorinsilmaril
Thu Jul 17 15:11:13 2008 +0000 (2008-07-17)
branchrelease-1-12-maintained
changeset 42b2c0fe7cfdef
parent 41 6f28020b33d1
child 43 cf274b28e5fe
minor fix for animations
branchobj.cpp
version.h
     1.1 --- a/branchobj.cpp	Thu Jul 17 12:55:24 2008 +0000
     1.2 +++ b/branchobj.cpp	Thu Jul 17 15:11:13 2008 +0000
     1.3 @@ -1623,6 +1623,7 @@
     1.4  		setRelPos (anim);
     1.5  		return true;
     1.6  	}
     1.7 +	parObj->reposition();	// object might have been relinked meanwhile
     1.8  	return false;
     1.9  }
    1.10  
     2.1 --- a/version.h	Thu Jul 17 12:55:24 2008 +0000
     2.2 +++ b/version.h	Thu Jul 17 15:11:13 2008 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  #define __VYM_VERSION "1.12.1"
     2.5  #define __VYM_CODENAME "Maintenance Update"
     2.6  //#define __VYM_CODENAME "Codename: development version"
     2.7 -#define __VYM_BUILD_DATE "2008-07-16"
     2.8 +#define __VYM_BUILD_DATE "2008-07-17"
     2.9  
    2.10  
    2.11  bool checkVersion(const QString &);