Fixed lots of Composer bugs. Implemented drag/drop/paste cells into existing table. Fixed Reload problems in Navigator (must reload from net to show doc color changes) - permission by blythe
git-svn-id: svn://10.0.0.236/trunk@7983 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1775,9 +1775,9 @@ void CDCCX::EditorDisplayZeroWidthBorder(LTRB& Rect, BOOL bSelected){
|
||||
// Use dotted line if not selected, or solid if selecting
|
||||
HPEN pPen = ::CreatePen(bSelected ? PS_SOLID : PS_DOT, 1, rgbColor);
|
||||
HPEN pOldPen = (HPEN)::SelectObject(hdc, pPen);
|
||||
|
||||
HBRUSH hOldBrush = (HBRUSH) ::SelectObject(hdc, ::GetStockObject(NULL_BRUSH));
|
||||
::Rectangle(hdc, Rect.left, Rect.top, Rect.right, Rect.bottom);
|
||||
|
||||
::SelectObject(hdc, hOldBrush);
|
||||
::SelectObject(hdc, pOldPen);
|
||||
ReleaseContextDC(hdc);
|
||||
VERIFY(::DeleteObject(pPen));
|
||||
|
||||
Reference in New Issue
Block a user