1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtfile: Resolve CID 89277

This commit is contained in:
Peter Howkins 2015-01-15 15:37:32 +00:00
parent 6a86dba654
commit d3dbc00c1f

View file

@ -1465,6 +1465,11 @@ GetSelectionRectangle(
else else
pixmap_x = x + highlightThickness; pixmap_x = x + highlightThickness;
} }
else
{
fprintf(stderr, "GetSelectionRectangle: unsupported alignment %d , defaulting to Beginning\n", alignment);
pixmap_x = x + highlightThickness;
}
break; break;
case XmPIXMAP_LEFT: case XmPIXMAP_LEFT:
default: default: