stop saying "15" on stdout
This commit is contained in:
@@ -2103,7 +2103,6 @@ static Rectangle NWGetSpinButtonRect( int nScreen,
|
|||||||
buttonRect.Left() = buttonRect.Right()+1;
|
buttonRect.Left() = buttonRect.Right()+1;
|
||||||
buttonRect.Right() = aAreaRect.Right();
|
buttonRect.Right() = aAreaRect.Right();
|
||||||
} else {
|
} else {
|
||||||
printf("%ld\n", buttonRect.GetWidth());
|
|
||||||
buttonRect.Right() = buttonRect.Left()-1;
|
buttonRect.Right() = buttonRect.Left()-1;
|
||||||
buttonRect.Left() = aAreaRect.Left();
|
buttonRect.Left() = aAreaRect.Left();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user