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

Revert unwanted change

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@664 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 53d91a4c
...@@ -255,7 +255,6 @@ gint document_create_new_sci(const gchar *filename) ...@@ -255,7 +255,6 @@ gint document_create_new_sci(const gchar *filename)
sci_set_symbol_margin(sci, app->show_markers_margin); sci_set_symbol_margin(sci, app->show_markers_margin);
sci_set_line_numbers(sci, app->show_linenumber_margin, 0); sci_set_line_numbers(sci, app->show_linenumber_margin, 0);
sci_set_lines_wrapped(sci, app->pref_editor_line_breaking); sci_set_lines_wrapped(sci, app->pref_editor_line_breaking);
SSM(sci, SCI_SETLAYOUTCACHE, SC_CACHE_PAGE, 0);
pfd = pango_font_description_from_string(app->editor_font); pfd = pango_font_description_from_string(app->editor_font);
fname = g_strdup_printf("!%s", pango_font_description_get_family(pfd)); fname = g_strdup_printf("!%s", pango_font_description_get_family(pfd));
......
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