Skip to content

Commit 39693d5

Browse files
committed
Merge branch 'Fix#20-EditabilitySelectability' into ideal
2 parents 96a1bfb + 3ff7761 commit 39693d5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/snap/text/TextPainter.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ public void paintTextAdapter(Painter aPntr, TextAdapter textAdapter)
161161
*/
162162
public void paintTextAdapterTextSel(Painter aPntr, TextAdapter textAdapter)
163163
{
164-
// If not editable, just return
165-
if (!textAdapter.isEditable()) return;
166-
167164
// Get selection path
168165
TextSel textSel = textAdapter.getSel();
169166
Shape selPath = textSel.getPath();

0 commit comments

Comments
 (0)