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:
parent
b10aaddcd7
commit
6ec83383e2
@ -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…
x
Reference in New Issue
Block a user