mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +02:00
Remove call to gridTool.mousePressEvent
This commit is contained in:
parent
5e327e7806
commit
5d8825f5eb
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ function mousePressEvent(event) {
|
||||||
mouseHasMovedSincePress = false;
|
mouseHasMovedSincePress = false;
|
||||||
mouseCapturedByTool = false;
|
mouseCapturedByTool = false;
|
||||||
|
|
||||||
if (toolBar.mousePressEvent(event) || progressDialog.mousePressEvent(event) || gridTool.mousePressEvent(event)) {
|
if (toolBar.mousePressEvent(event) || progressDialog.mousePressEvent(event)) {
|
||||||
mouseCapturedByTool = true;
|
mouseCapturedByTool = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue