oracc / nammu

Oracc GUI
GNU General Public License v3.0
12 stars 10 forks source link

Opening a non arabic file after an arabic file disables syntax highlighting #334

Closed sgrieve closed 6 years ago

sgrieve commented 6 years ago

To reproduce:

  1. open arabic translation file
  2. open non arabic translation file
  3. scroll to bottom of file

The syntax highlighting will not update upon a scroll event. I think the scroll listener may need to be reattached to the pane.

sgrieve commented 6 years ago

Found we had forgotten to reenable the scroll listener on file load after deactivating the arabic pane.