Skip to content

Commit

Permalink
merge core-8-6-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jul 22, 2024
2 parents 1bf2ddc + 64a58f2 commit 09733fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/tkObj.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Tk_GetMMFromObj(
double d;
MMRep *mmPtr;
static const double bias[] = {
10.0, 25.4, 1.0, 0.35278 /*25.4 / 72.0*/
10.0, 25.4, 1.0, 0.352777777777777777 /*25.4 / 72.0*/
};

if (objPtr->typePtr != &mmObjType.objType) {
Expand Down

0 comments on commit 09733fc

Please sign in to comment.