]> jfr.im git - irc/hexchat/hexchat.git/commit
Fix textbox not scrolling to to bottom on resize
authorRichardHitt <redacted>
Wed, 8 Oct 2014 23:42:41 +0000 (16:42 -0700)
committerTingPing <redacted>
Sat, 22 Nov 2014 04:26:35 +0000 (23:26 -0500)
commit2164da1c37457a3dbd44e2fd5292b2e1f8e913a5
treeb79ccc82baea8c5a5d15d778db8604ceb8d73bdb
parent0c633b3a886249245cd920e48502677590b65060
Fix textbox not scrolling to to bottom on resize

Set buf->scrollbar_down conditionally when vertically resizing text window
If resize to enlarge appears to go to last line, set buf->scrollbar_down to be sure.

Fixes #1151
Closes #1171
src/fe-gtk/xtext.c