SymbiSoft / amora

Automatically exported from code.google.com/p/amora
0 stars 0 forks source link

Cronometer wrapping label #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run mora client and connect it with the server
2. Enter in 'start mode' with stopwatch enabled (default)
2. Let stopwatch run for 100 minutes

What is the expected output? What do you see instead?
Stopwatch will wrap and a set of pixels at end of appear.

This is due to use a fixed amount of pixels to describe the cleaning
rectangle for stopwatch. A solution would check for elapsed time and
increase the cleaning rectangle properly.

Original issue reported on code.google.com by cavalcan...@gmail.com on 31 Dec 2007 at 5:30