updated for version 7.2-219
diff --git a/src/gui_photon.c b/src/gui_photon.c
index a8ee1c4..42b1242 100644
--- a/src/gui_photon.c
+++ b/src/gui_photon.c
@@ -838,7 +838,12 @@
static void
gui_ph_draw_start( void )
{
+ PhGC_t *gc;
+
+ gc = PgGetGC();
PgSetRegion( PtWidgetRid( PtFindDisjoint( gui.vimTextArea ) ) );
+ PgClearClippingsCx( gc );
+ PgClearTranslationCx( gc );
PtWidgetOffset( gui.vimTextArea, &gui_ph_raw_offset );
PhTranslatePoint( &gui_ph_raw_offset, PtWidgetPos( gui.vimTextArea, NULL ) );
@@ -2970,7 +2975,7 @@
if( vim_font_name == NULL )
{
/* Default font */
- vim_font_name = "PC Term";
+ vim_font_name = "PC Terminal";
}
if( STRCMP( vim_font_name, "*" ) == 0 )