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

git-svn-id: svn://10.0.0.236/trunk@8636 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 1998-08-27 20:25:21 +00:00
parent b10aaddcd7
commit 6ec83383e2

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()) {