Skip to content

Commit

Permalink
test HeightOfTimeline fourth try
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaanre committed Jul 17, 2022
1 parent 88ad868 commit 51a4fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ setUp
morph := Morph new openInWorld.
self animationsEditorInstance addTargetMorph: morph.
self timeline: self animationsEditorInstance timeline.
self animationsEditorInstance mainWindow width: 2000.
self animationsEditorInstance selectedTreeNode: self propertyPosition.
self positionTrack: (self timeline submorphs at: 5).

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ testing
testHeightOfTimeline
| oldHeight offScreenFrame scrollBarThickness |

self animationsEditorInstance mainWindow width: 2000.
self timeline updateExtent.
offScreenFrame := self animationsEditorInstance mainWindow width.
oldHeight := self timeline height.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"positionTrack:" : "MH 8/1/2021 18:42",
"propertyPosition" : "SG 6/22/2022 14:15",
"secondLastOn:" : "NB 8/1/2021 12:16",
"setUp" : "SG 6/22/2022 14:15",
"setUp" : "NR 7/17/2022 20:52",
"startFrame" : "MH 8/1/2021 18:42",
"startMargin" : "ob 5/29/2022 17:46",
"tearDown" : "SG 6/22/2022 14:15",
"testAddKeyframeToRightPosition" : "Noel Bastubbe 6/13/2022 19:27",
"testDistanceBetweenKeyframes" : "ps 7/13/2022 11:48",
"testHeightOfTimeline" : "NR 7/17/2022 20:40",
"testHeightOfTimeline" : "NR 7/17/2022 20:51",
"testMinWidthOfTimeline" : "ps 7/13/2022 11:44",
"testMovingLineInRightPosition" : "ob 6/13/2022 18:16",
"testMovingLineInitializedInRightPosition" : "ob 5/29/2022 17:34",
Expand Down

0 comments on commit 51a4fef

Please sign in to comment.