Skip to content

Commit

Permalink
Merge pull request #901 from hernanmd/p13-fix-main-presenter-app-styling
Browse files Browse the repository at this point in the history
Configure Setting Browser initialization properties
  • Loading branch information
Ducasse authored Nov 17, 2024
2 parents ccab8d2 + 29cc663 commit 2c89ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NewTools-SettingsBrowser/StSettingsMainPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ StSettingsMainPresenter >> followPath: aStSettingNode in: aCollection [
{ #category : 'initialization' }
StSettingsMainPresenter >> initialize [

super initialize.
self currentApplication
propertyAt: #settingsTree ifAbsentPut: StSettingsTree new;
styleSheet: self class styleSheet
propertyAt: #settingsTree ifAbsentPut: [ StSettingsTree new ];
styleSheet: self class styleSheet.
super initialize.
]

{ #category : 'initialization' }
Expand Down

0 comments on commit 2c89ff9

Please sign in to comment.