[GRASS-dev] [GRASS GIS] #3329: d.erase requires a delay to actually clear the monitor

GRASS GIS trac at osgeo.org
Wed Apr 5 16:57:07 PDT 2017


#3329: d.erase requires a delay to actually clear the monitor
-------------------------+-------------------------
 Reporter:  hcho         |      Owner:  grass-dev@…
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:  7.2.1
Component:  wxGUI        |    Version:  svn-trunk
 Keywords:               |        CPU:  Unspecified
 Platform:  Unspecified  |
-------------------------+-------------------------
 Running a display command right after d.erase does not clear the monitor.
 {{{
 d.mon wx0
 d.text hello
 d.erase; d.text overwrite
 }}}

 If I run this, it seems working.
 {{{
 d.text hello; d.erase; d.text overwrite
 }}}
 or
 {{{
 d.text hello
 d.erase; sleep 1; d.text overwrite
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3329>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list