Skip to content

Commit

Permalink
fix examples [feenkcom/gtoolkit#3983]
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Oct 22, 2024
1 parent 12ed5f3 commit a0db11f
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,11 @@ GtCoderSlideshow >> ensureOldFilterWidgetsDuring: aBlock [
| aStencilClass |
aStencilClass := GtPharoStreamingMethodsFiltersElementStencil
defaultStencilClassOrNil.
^ aBlock
ensure: [ GtPharoStreamingMethodsFiltersElementStencil
^ [
GtPharoStreamingMethodsFiltersElementStencil beDescriptorsStencilDefault.
aBlock value ]
ensure: [
GtPharoStreamingMethodsFiltersElementStencil
defaultStencilClass: aStencilClass ]
]

Expand Down

0 comments on commit a0db11f

Please sign in to comment.