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:
parent
6a86dba654
commit
d3dbc00c1f
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue