Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/gui-js/multi-98a2c…
Browse files Browse the repository at this point in the history
…25ce6
  • Loading branch information
highperformancecoder committed Nov 19, 2024
2 parents 792e0e4 + 57dc590 commit c8d2dd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion model/pubTab.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ namespace minsky
{
if (!item.itemRef) return;
if (auto g=item.itemRef->group.lock())
g->relZoom=1/g->zoomFactor();
{
stashedZf=g->relZoom;
g->relZoom=1/g->zoomFactor();
}
if (auto g=item.itemRef->godleyIconCast())
{
if ((variableDisplay=g->variableDisplay()))
Expand Down

0 comments on commit c8d2dd5

Please sign in to comment.