erikbroo / dungeon-sketch

Automatically exported from code.google.com/p/dungeon-sketch
0 stars 0 forks source link

Edit text dialog is not correctly populated with text #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Repro Steps:
Create a text object
Create another text object
Long press on first text object

Result:
Resulting dialog is populated with second text object's text.

Expected Result:
Resulting dialog is populated with first text object's text.

Original issue reported on code.google.com by tim.bo...@gmail.com on 3 Jan 2012 at 9:26

GoogleCodeExporter commented 8 years ago

Original comment by tim.bo...@gmail.com on 3 Jan 2012 at 10:03

GoogleCodeExporter commented 8 years ago
Look at onPrepareDialog, properties should be set there instead of in 
onCreateDialog.

Original comment by tim.bo...@gmail.com on 4 Jan 2012 at 6:26

GoogleCodeExporter commented 8 years ago

Original comment by tim.bo...@gmail.com on 5 Jan 2012 at 1:43