Skip to content

Commit

Permalink
work around wrong scale factor in screenshots for Squeak 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Sep 28, 2022
1 parent 8bf1abb commit 8fa83b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_scripts/prepareFiguresSuite.st
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[SBEFigureBuilder generateBuildersIn: SBEFigureBuilder resourceDirectory]
valueSuppressingMessages: #('*safety checks*').
Display uiScaleFactor: 1.0; flag: #workaround. "smalltalkCI: default scale factor in Squeak64-6.0 image is wrong (https://github.com/hpi-swa/smalltalkCI/issues/569)"
[SBEFigureBuilder generateBuildersIn: SBEFigureBuilder resourceDirectory]
valueSuppressingMessages: #('*safety checks*').

1 comment on commit 8fa83b8

@LinqLover
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workaround for hpi-swa/smalltalkCI#569.

Please sign in to comment.