@b4n commented on this pull request.


> @@ -878,6 +878,10 @@ get_widget_for_buf_range (GeanyDocument *doc,
                                MIN (width + 2, alloc.width),
                                MIN (height + 1, alloc.height));
   
+  /* Size request seems to scroll Scintilla view so we have to re-set visible 
lines again */
+  scintilla_send_message (sci, SCI_SETENDATLASTLINE, 0, 0);

any reason to re-set `ENDATLASTLINE`?  I don't see it being needed on my end, 
did you see an issue without it?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1280#pullrequestreview-1677268096
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1280/review/1677268...@github.com>

Reply via email to