Opened 7 years ago

Last modified 6 years ago

#3329 new defect

d.erase requires a delay to actually clear the monitor

Reported by: hcho Owned by: grass-dev@…
Priority: normal Milestone: 7.2.4
Component: wxGUI Version: svn-trunk
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

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

Attachments (1)

wx0.png (19.2 KB ) - added by hcho 7 years ago.
d.erase issue

Download all attachments as: .zip

Change History (5)

by hcho, 7 years ago

Attachment: wx0.png added

d.erase issue

comment:1 by martinl, 7 years ago

Milestone: 7.2.17.2.2

comment:2 by neteler, 7 years ago

Milestone: 7.2.27.2.3

Ticket retargeted after milestone closed

comment:3 by martinl, 6 years ago

Milestone: 7.2.3

Ticket retargeted after milestone closed

comment:4 by martinl, 6 years ago

Milestone: 7.2.4
Note: See TracTickets for help on using tickets.