We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be7d2e commit 8aeb0eeCopy full SHA for 8aeb0ee
src/uiwidgets/DialogBox.as
@@ -389,7 +389,7 @@ private function getCheckMark(b:Boolean):Sprite{
389
stage.focus = labelsAndFields[focusIndex][1];
390
}
391
392
- private function mouseDown(evt:MouseEvent):void {if (evt.target == this) startDrag();}
+ private function mouseDown(evt:MouseEvent):void {if (evt.target == this || evt.target == title) startDrag();}
393
private function mouseUp(evt:MouseEvent):void { stopDrag() }
394
395
private function keyDown(evt:KeyboardEvent):void {
0 commit comments