Fix bug that caused crash when you clicked onany blank area of the toolbar.

This commit is contained in:
pinkerton%netscape.com 1998-08-27 20:25:21 +00:00
parent 4b5baa7cb2
commit aa36d846cc

View File

@ -550,6 +550,9 @@ CPersonalToolbarTable :: ClickSelect( const STableCell &/*inCell*/, const SMouse
void
CPersonalToolbarTable :: ClickCell(const STableCell &inCell, const SMouseDownEvent &inMouseDown)
{
if ( inCell.col > mCols )
return;
if ( ::WaitMouseMoved(inMouseDown.macEvent.where) ) {
if (LDropArea::DragAndDropIsPresent()) {