Fix reshowing calltip after autoc list closed
commit206c39cb6aa02e12bbf5d3c5b63f9fd9d95f705f
authorMatthew Brush <matt@geany.org>
Fri, 12 Oct 2012 06:01:29 +0000 (11 23:01 -0700)
committerMatthew Brush <matt@geany.org>
Fri, 12 Oct 2012 06:07:02 +0000 (11 23:07 -0700)
tree6793d35dfb075584eff4bb32dba89444a680b1c6
parent5bb0ca5a83fff906256d9924e8831f7c2bc24024
Fix reshowing calltip after autoc list closed

Using default priority causes Geany's reshowing idle handler to run
before Scintilla's, changing priority to low in hopes of making it
run after.
src/editor.c