mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
Fix bug that caused crash when you clicked onany blank area of the toolbar.
This commit is contained in:
parent
4b5baa7cb2
commit
aa36d846cc
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user