Subversion Repositories svn1-original

Rev

Rev 240 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 240 Rev 318
Line 35... Line 35...
35
 
35
 
36
void TwinSpinBox::adjustU(void)
36
void TwinSpinBox::adjustU(void)
37
{
37
{
38
    if ( ! populating )
38
    if ( ! populating )
39
    {
39
    {
40
        qDebug("Changed");
40
        //qDebug("Changed");
41
        emit changed();
41
        emit changed();
42
 
42
 
43
        populating = true;
43
        populating = true;
44
        if (ui->spinBoxU->value() < ui->spinBoxL->value())
44
        if (ui->spinBoxU->value() < ui->spinBoxL->value())
45
        {
45
        {