Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 5b19084

Browse files
committed
Fixed build.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4733 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
1 parent 5a9eb62 commit 5b19084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/CodeEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Point getPopupPosition(TextEditor textEditor, MouseEventArgs mouseArgs)
392392
else {
393393
positionInPixels = textEditor.PointToScreen(mousePos + new Vector(-4, 6));
394394
}
395-
/ use device independent units, because Popup Left/Top are in independent units
395+
// use device independent units, because Popup Left/Top are in independent units
396396
return positionInPixels.TransformFromDevice(textEditor);
397397
}
398398

0 commit comments

Comments
 (0)