Skip to content

Commit

Permalink
Text adapter: must updateEditable also on widget creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 5, 2024
1 parent 2418582 commit 9fd0371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Spec-Toplo/SpToploAbstractTextAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ SpToploAbstractTextAdapter >> updateAll [
self
updateText;
updatePlaceholder;
updateSelection
updateSelection;
updateEditable
]

{ #category : #initialization }
Expand Down

0 comments on commit 9fd0371

Please sign in to comment.