File tree 6 files changed +12
-13
lines changed
6 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ SPOCApp >> topPanelContent [
592
592
593
593
{
594
594
#category : #updating ,
595
- #' squeak_changestamp' : ' VE 7/9/2024 10:39 '
595
+ #' squeak_changestamp' : ' VE 7/9/2024 11:05 '
596
596
}
597
597
SPOCApp >> updatePlaybackState [
598
598
Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ SPOCCurrentlyPlaying >> track: aSPOCTrack [
95
95
96
96
{
97
97
#category : #updating ,
98
- #' squeak_changestamp' : ' TL 7/8 /2024 19:58 '
98
+ #' squeak_changestamp' : ' VE 7/9 /2024 11:06 '
99
99
}
100
100
SPOCCurrentlyPlaying >> updatePlaybackState: aState [
101
101
102
102
super updatePlaybackState: aState.
103
103
self isDisabled
104
- ifTrue: [^ self ].
104
+ ifTrue: [self showPopUp. ^ self ].
105
105
self track: aState track.
106
106
self track hasTertiaryText: false .
107
107
self item changeItemTo: self track
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ SPOCPlayer >> executeButtonFunction: anIcon [
153
153
154
154
{
155
155
#category : #initialization ,
156
- #' squeak_changestamp' : ' VE 6/10 /2024 22:29 '
156
+ #' squeak_changestamp' : ' VE 7/9 /2024 11:13 '
157
157
}
158
158
SPOCPlayer >> initialize [
159
159
Original file line number Diff line number Diff line change @@ -70,14 +70,15 @@ SPOCRefresh >> icon: anObject [
70
70
71
71
{
72
72
#category : #initialization ,
73
- #' squeak_changestamp' : ' TL 7/8 /2024 19:39 '
73
+ #' squeak_changestamp' : ' VE 7/9 /2024 11:12 '
74
74
}
75
75
SPOCRefresh >> initialize [
76
76
77
77
super initialize.
78
78
79
79
self color: Color transparent;
80
- attachButton
80
+ attachButton;
81
+ extendFully
81
82
]
82
83
83
84
{
@@ -100,7 +101,7 @@ SPOCRefresh >> needsLogin [
100
101
101
102
{
102
103
#category : #initialization ,
103
- #' squeak_changestamp' : ' VE 7/2 /2024 18:57 '
104
+ #' squeak_changestamp' : ' VE 7/9 /2024 11:02 '
104
105
}
105
106
SPOCRefresh >> refresh [
106
107
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ SPOCSwitchDevice >> attachBackground [
91
91
92
92
{
93
93
#category : #building ,
94
- #' squeak_changestamp' : ' TL 7/8 /2024 19:39 '
94
+ #' squeak_changestamp' : ' VE 7/9 /2024 11:09 '
95
95
}
96
96
SPOCSwitchDevice >> attachButton [
97
97
@@ -231,7 +231,7 @@ SPOCSwitchDevice >> hideResults [
231
231
232
232
{
233
233
#category : #initialization ,
234
- #' squeak_changestamp' : ' VE 7/9/2024 10:49 '
234
+ #' squeak_changestamp' : ' VE 7/9/2024 11:11 '
235
235
}
236
236
SPOCSwitchDevice >> initialize [
237
237
@@ -242,9 +242,7 @@ SPOCSwitchDevice >> initialize [
242
242
devices: OrderedCollection new ;
243
243
attachResultDisplay;
244
244
attachButton;
245
- extendFully;
246
- hResizing: #spaceFill ;
247
- listCentering: #center
245
+ extendFully
248
246
]
249
247
250
248
{
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ SPOCVolumeSlider >> icon: anObject [
133
133
134
134
{
135
135
#category : #initialization ,
136
- #' squeak_changestamp' : ' VE 7/9/2024 10:48 '
136
+ #' squeak_changestamp' : ' VE 7/9/2024 11:13 '
137
137
}
138
138
SPOCVolumeSlider >> initialize [
139
139
You can’t perform that action at this time.
0 commit comments