Opened 8 years ago
Last modified 7 years ago
#3329 new defect
d.erase requires a delay to actually clear the monitor
Reported by: | hcho | Owned by: | |
---|---|---|---|
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)
Change History (5)
by , 8 years ago
comment:1 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:4 by , 7 years ago
Milestone: | → 7.2.4 |
---|
Note:
See TracTickets
for help on using tickets.
d.erase issue