Skip to content

Commit

Permalink
Made live view of slides scalable so you can see the whole thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Nierstrasz committed Jul 19, 2024
1 parent 5c487f1 commit 900b95c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/GToolkit-Presenter/GtLiveSlide.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,17 @@ GtLiveSlide >> generateElements [
addChild: formElement ]).
]

{ #category : #view }
GtLiveSlide >> gtSlideFor: aView [
<gtView>
^ aView forward
title: 'Slide';
priority: 6;
object: [ self asScalableSlide asElement ];
view: #gtLiveFor:;
actionUpdateButton
]

{ #category : #initialization }
GtLiveSlide >> initialize [
super initialize.
Expand Down

0 comments on commit 900b95c

Please sign in to comment.