Suppress cell fitting during P&R.

This commit is contained in:
Jean-Paul Chaput 2021-06-15 01:17:01 +02:00
parent 2e015ea780
commit c83fff72ac
2 changed files with 2 additions and 2 deletions

View File

@ -817,7 +817,7 @@ class Block ( object ):
self.initEtesian()
self.addHTrees()
#if self.conf.useHFNS: self.addHfnBuffers()
if editor: editor.fit()
#if editor: editor.fit()
#Breakpoint.stop( 0, 'Clock tree(s) done.' )
self.place()
#if self.conf.useHFNS: self.findHfnTrees()

View File

@ -579,7 +579,7 @@ namespace Etesian {
) );
_placeArea = getCell()->getAbutmentBox();
UpdateSession::close();
if (_viewer) _viewer->getCellWidget()->fitToContents();
//if (_viewer) _viewer->getCellWidget()->fitToContents();
cmess1 << " o Creating abutment box (margin:" << (spaceMargin*100.0)
<< "% aspect ratio:" << (aspectRatio*100.0)