Make testcellarea handle RTL environment variable for testing
This commit is contained in:
		| @ -614,6 +614,9 @@ main (int argc, char *argv[]) | ||||
| { | ||||
|   gtk_init (NULL, NULL); | ||||
|  | ||||
|   if (g_getenv ("RTL")) | ||||
|     gtk_widget_set_default_direction (GTK_TEXT_DIR_RTL); | ||||
|  | ||||
|   simple_cell_area (); | ||||
|   focus_cell_area (); | ||||
|   background_area (); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kristian Rietveld
					Kristian Rietveld