Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBein committed Jul 3, 2018
1 parent 8ee90dc commit 1ca182f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
as yet unclassified
highlight

self borderColor: self highlightBorderColor
self borderColor: self highlightBorderColor.
self updateImage
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ initialize

super initialize.
self borderWidth: self highlightBorderWidth.
self unHighlight
self borderColor: Color transparent
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
as yet unclassified
unHighlight

self borderColor: Color transparent
self borderColor: Color transparent.
self updateImage
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ as yet unclassified
updateImage

self newForm: (self slide imageForm scaledToSize: self defaultSize).
self borderWidth: self borderWidth.
self borderWidth: self borderWidth
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"instance" : {
"defaultSize" : "WoC 6/29/2018 15:29",
"handlesMouseDown:" : "WoC 6/29/2018 15:33",
"highlight" : "LB 6/29/2018 17:42",
"highlight" : "LB 7/3/2018 16:57",
"highlightBorderColor" : "LB 6/29/2018 17:48",
"highlightBorderWidth" : "LB 6/29/2018 17:16",
"initialize" : "LB 6/29/2018 17:43",
"initialize" : "LB 7/3/2018 16:57",
"isHighlighted" : "LB 6/29/2018 19:05",
"model" : "LB 6/29/2018 15:52",
"model:" : "LB 6/29/2018 15:52",
"mouseDown:" : "LB 6/29/2018 15:49",
"mouseDown:" : "LB 7/3/2018 17:00",
"setSlide:" : "WoC 6/29/2018 15:26",
"slide" : "WoC 6/29/2018 15:19",
"slide:" : "LB 6/29/2018 17:00",
"unHighlight" : "LB 6/29/2018 17:42",
"updateImage" : "LB 7/3/2018 16:05" } }
"unHighlight" : "LB 7/3/2018 16:56",
"updateImage" : "LB 7/3/2018 17:04" } }

0 comments on commit 1ca182f

Please sign in to comment.