Skip to content

Commit

Permalink
fix #5364 in Pharo8
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Jan 30, 2020
1 parent 0932da8 commit b98b2ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/MonticelloGUI/MCSaveVersionDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ MCSaveVersionDialog >> setDefaultFocus [
takeKeyboardFocus
]

{ #category : #'morphic ui' }
MCSaveVersionDialog >> textMorph: aMorph [
"here the text field is not used for code editing"
^(super textMorph: aMorph) beForPlainText

]

{ #category : #accessing }
MCSaveVersionDialog >> versionName [
^ name
Expand Down

0 comments on commit b98b2ae

Please sign in to comment.