Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#5192 from gadfort/gui-detail-…
Browse files Browse the repository at this point in the history
…module

gui: make module view control instance size limit
  • Loading branch information
maliberty authored Jun 3, 2024
2 parents 23a4ecd + 649af19 commit f37c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/layoutViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,7 @@ void LayoutViewer::generateCutLayerMaximumSizes()

int LayoutViewer::instanceSizeLimit() const
{
if (options_->isDetailedVisibility()) {
if (options_->isDetailedVisibility() || options_->isModuleView()) {
return 0;
}

Expand Down

0 comments on commit f37c24a

Please sign in to comment.