Kaydet (Commit) c8ca7268 authored tarafından Enrico Tröger's avatar Enrico Tröger

hopefully fixed a crash when closing the preferences dialog and message window…

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
üst 02ca65fd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment