Skip to content

Commit

Permalink
Merge pull request #17 from adri09070/10-When-using-Store-object-in-a…
Browse files Browse the repository at this point in the history
…-chest-the-content-of-the-first-chest-that-is-automatically-selected-is-not-displayed-instantly

fixing chest table's transmission to chest content's table when opening Chest presenter
  • Loading branch information
StevenCostiou authored Aug 2, 2023
2 parents 368137d + 795a91f commit ec456f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Chest/ChestTableWithContentPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,9 @@ ChestTableWithContentPresenter >> debuggerLayout [
yourself
]

{ #category : #updating }
{ #category : #layout }
ChestTableWithContentPresenter >> defaultLayout [

self makeChestContentsTable.

chestTableContainer
removeAll;
add: (self
Expand Down Expand Up @@ -387,7 +385,7 @@ ChestTableWithContentPresenter >> initializePresenters [
chestContentTableContainer := SpBoxLayout newVertical
add: self chestContentTable;
yourself.
chestsTable selectIndex: 1.
chestTableWithContentContainer := SpPanedLayout newHorizontal
add: chestTableContainer;
add: chestContentTableContainer;
Expand Down

0 comments on commit ec456f3

Please sign in to comment.