hopefully fixed a crash when closing the preferences dialog and message window was hidden and shown before
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@219 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
02ca65fd56
commit
c8ca726838
@ -258,6 +258,7 @@ void vte_register_symbols(GModule *mod)
|
||||
|
||||
void vte_apply_user_settings(void)
|
||||
{
|
||||
gtk_widget_realize(vc->vte);
|
||||
vf->vte_terminal_set_scrollback_lines(VTE_TERMINAL(vc->vte), vc->scrollback_lines);
|
||||
vf->vte_terminal_set_scroll_on_keystroke(VTE_TERMINAL(vc->vte), vc->scroll_on_key);
|
||||
vf->vte_terminal_set_scroll_on_output(VTE_TERMINAL(vc->vte), vc->scroll_on_out);
|
||||
|
Loading…
x
Reference in New Issue
Block a user