[GRASS-SVN] r65305 - grass/trunk/scripts/d.frame
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 21 13:32:10 PDT 2015
Author: martinl
Date: 2015-05-21 13:32:10 -0700 (Thu, 21 May 2015)
New Revision: 65305
Modified:
grass/trunk/scripts/d.frame/d.frame.py
Log:
d.frame: now also works with wx0 monitors
Modified: grass/trunk/scripts/d.frame/d.frame.py
===================================================================
--- grass/trunk/scripts/d.frame/d.frame.py 2015-05-21 20:20:05 UTC (rev 65304)
+++ grass/trunk/scripts/d.frame/d.frame.py 2015-05-21 20:32:10 UTC (rev 65305)
@@ -213,8 +213,6 @@
monitor = check_monitor()
if not monitor:
fatal(_("No graphics device selected. Use d.mon to select graphics device."))
- if monitor not in ('png', 'cairo'):
- fatal(_("Only Cairo or PNG monitors are currently supported"))
if flags['e']:
# remove frames and erase monitor and exit
More information about the grass-commit
mailing list