Fix UTF-8 econding

To be able run gcovr
0.6.3
elsid 6 years ago
parent 4a2b973052
commit c71df7249d
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

@ -268,11 +268,11 @@ namespace ICS
ctrl->setIgnoreAutoReverse(true);
if(mouseBinderItem.direction == Control::INCREASE)
{
ctrl->setValue( float( (evt.state.Z.abs) / float(evt.state.¿width?) ) );
ctrl->setValue( float( (evt.state.Z.abs) / float(evt.state.¿width?) ) );
}
else if(mouseBinderItem.direction == Control::DECREASE)
{
ctrl->setValue( float( (1 - evt.state.Z.abs) / float(evt.state.¿width?) ) );
ctrl->setValue( float( (1 - evt.state.Z.abs) / float(evt.state.¿width?) ) );
}
}*/
}

@ -23,7 +23,7 @@ distribution.
*/
/*
* THIS FILE WAS ALTERED BY Tyge Løvset, 7. April 2005.
* THIS FILE WAS ALTERED BY Tyge Løvset, 7. April 2005.
*/

Loading…
Cancel
Save