ornamentedobj.cpp
changeset 779 1fb50e79661c
parent 777 8acac4fade1b
child 785 5987f9f15bac
     1.1 --- a/ornamentedobj.cpp	Mon Jun 29 10:28:28 2009 +0000
     1.2 +++ b/ornamentedobj.cpp	Tue Jul 07 09:34:24 2009 +0000
     1.3 @@ -190,7 +190,7 @@
     1.4  {
     1.5  	MapObj::move (x,y);
     1.6  	positionContents();
     1.7 -	updateLink();
     1.8 +	updateLinkGeometry();
     1.9  	requestReposition();
    1.10  }
    1.11  
    1.12 @@ -207,7 +207,7 @@
    1.13      systemFlags->moveBy (x,y);
    1.14      standardFlags->moveBy (x,y);
    1.15      heading->moveBy (x,y);
    1.16 -	updateLink();
    1.17 +	updateLinkGeometry();
    1.18  	requestReposition();
    1.19  }
    1.20