Skip to content

Commit

Permalink
result dialog: hide overview pyarmid morph if not selected
Browse files Browse the repository at this point in the history
Some themes such as arcs have transparent backgrouds for list so just stacking morphs behind each other is not enough.
  • Loading branch information
LinqLover committed Dec 20, 2024
1 parent 5d15830 commit 40a3163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ hideOverviewPyramid

| resultListPanel |
resultListPanel := self resultPanel submorphs first.
resultListPanel layoutFrame rightFraction: 1 offset: 0.
resultListPanel layoutFrame rightFraction: 1 offset: 0.
overviewpyramidMorph hide.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ showOverviewPyramid
| resultListPanel |
resultListPanel := self resultPanel submorphs first.
resultListPanel layoutFrame rightFraction: 0.5 offset: 0.
resultListPanel layoutChanged.
resultListPanel layoutChanged.
overviewpyramidMorph show.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"findTestsForSelectedTestCategories" : "ct 12/20/2024 00:15",
"getCategoriesFor:" : "NA 7/21/2015 15:40",
"getOverviewPyramidResults" : "ct 12/20/2024 02:36",
"hideOverviewPyramid" : "ct 12/20/2024 01:07",
"hideOverviewPyramid" : "ct 12/20/2024 03:08",
"iconAt:" : "NA 7/16/2015 18:11",
"initializeInstanceVariables" : "NA 7/30/2015 16:33",
"isMultiSelectable" : "NA 7/30/2015 14:43",
Expand Down Expand Up @@ -74,7 +74,7 @@
"selectNoResults" : "NA 7/16/2015 12:47",
"selectionButtonString" : "NA 7/30/2015 14:46",
"selectorEnvironmentForResults" : "BD 7/13/2018 11:51",
"showOverviewPyramid" : "ct 12/20/2024 01:06",
"showOverviewPyramid" : "ct 12/20/2024 03:09",
"testAt:put:" : "NA 7/2/2015 19:29",
"testCategoriesBottom" : "NA 7/1/2015 11:44",
"testCategoryAt:put:" : "NA 7/2/2015 19:30",
Expand Down

0 comments on commit 40a3163

Please sign in to comment.