NCCA / ShaderEnvironmentBuilder

A GLSL IDE
8 stars 3 forks source link

Cursor not displaying in text editor in new master #63

Closed jlyddon closed 8 years ago

jlyddon commented 8 years ago

Assigned to @philrouse

philrouse commented 8 years ago

qt's focusInEvent was causing the caret to not display. Fixed by using Qscintilla's SCN_FOCUSIN signal.