[Marble-bugs] [Bug 299388] New: Strange behavior in Marble Clock

marbledeveloper at gmail.com marbledeveloper at gmail.com
Fri May 4 17:13:52 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=299388

            Bug ID: 299388
          Severity: normal
           Version: unspecified
          Priority: NOR
          Assignee: marble-bugs at kde.org
           Summary: Strange behavior in Marble Clock
    Classification: Unclassified
                OS: MS Windows
          Reporter: marbledeveloper at gmail.com
          Hardware: MS Windows
            Status: UNCONFIRMED
         Component: general
           Product: marble

I have set the speed and the update interval for Marble Clock like this:

    ui->widget->model()->clock()->setSpeed(40);
    ui->widget->model()->clock()->setUpdateInterval(20);

Marble clock advances 40s instead of 20s in each update.

If my code is:

    ui->widget->model()->clock()->setSpeed(10);
    ui->widget->model()->clock()->setUpdateInterval(20);

Marble clock advances at 10s instead of 20 in each update.

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list