Suppress cell fitting during P&R.
This commit is contained in:
parent
2e015ea780
commit
c83fff72ac
|
@ -817,7 +817,7 @@ class Block ( object ):
|
||||||
self.initEtesian()
|
self.initEtesian()
|
||||||
self.addHTrees()
|
self.addHTrees()
|
||||||
#if self.conf.useHFNS: self.addHfnBuffers()
|
#if self.conf.useHFNS: self.addHfnBuffers()
|
||||||
if editor: editor.fit()
|
#if editor: editor.fit()
|
||||||
#Breakpoint.stop( 0, 'Clock tree(s) done.' )
|
#Breakpoint.stop( 0, 'Clock tree(s) done.' )
|
||||||
self.place()
|
self.place()
|
||||||
#if self.conf.useHFNS: self.findHfnTrees()
|
#if self.conf.useHFNS: self.findHfnTrees()
|
||||||
|
|
|
@ -579,7 +579,7 @@ namespace Etesian {
|
||||||
) );
|
) );
|
||||||
_placeArea = getCell()->getAbutmentBox();
|
_placeArea = getCell()->getAbutmentBox();
|
||||||
UpdateSession::close();
|
UpdateSession::close();
|
||||||
if (_viewer) _viewer->getCellWidget()->fitToContents();
|
//if (_viewer) _viewer->getCellWidget()->fitToContents();
|
||||||
|
|
||||||
cmess1 << " o Creating abutment box (margin:" << (spaceMargin*100.0)
|
cmess1 << " o Creating abutment box (margin:" << (spaceMargin*100.0)
|
||||||
<< "% aspect ratio:" << (aspectRatio*100.0)
|
<< "% aspect ratio:" << (aspectRatio*100.0)
|
||||||
|
|
Loading…
Reference in New Issue