dtfile: Resolve CID 89277
This commit is contained in:
parent
6a86dba654
commit
d3dbc00c1f
|
|
@ -1465,6 +1465,11 @@ GetSelectionRectangle(
|
|||
else
|
||||
pixmap_x = x + highlightThickness;
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "GetSelectionRectangle: unsupported alignment %d , defaulting to Beginning\n", alignment);
|
||||
pixmap_x = x + highlightThickness;
|
||||
}
|
||||
break;
|
||||
case XmPIXMAP_LEFT:
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue