Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Cuis-Base depedency error and DiceMorph>>drawOn: #3

Merged
merged 1 commit into from Oct 11, 2022
Merged

Fix Cuis-Base depedency error and DiceMorph>>drawOn: #3

merged 1 commit into from Oct 11, 2022

Conversation

thiagoslino
Copy link

@thiagoslino thiagoslino commented Oct 10, 2022

Fix 2 errors in Dice.st:

  • Dependency to #4430 version (image attached)
  • Execution error (MNU)
canvas 
	roundRect: self morphLocalBounds 
	color: color 
	gradientTop:  1.0
	gradientBottom: 0.5 
	gradientHeight: (extent y // 2 min: 200).
	radius: 10.

screen

Copy link
Collaborator

@KenDickey KenDickey left a comment

Choose a reason for hiding this comment

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

Tested and works with current (5494) using either Morphic or VectorGraphic Canvas

@KenDickey KenDickey merged commit 720ac44 into Cuis-Smalltalk:master Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants