Skip to content

Commit 27bc799

Browse files
committed
Fix context menu position
1 parent 4ab2e87 commit 27bc799

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/editor/EditorWindow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,6 @@ EditorWindow::MessageReceived(BMessage* message)
737737
case EDITOR_CONTEXT_MENU: {
738738
BPoint where;
739739
if(message->FindPoint("where", &where) == B_OK) {
740-
where = ConvertToScreen(where);
741740
fContextMenu->Go(where, true, true);
742741
}
743742
} break;

0 commit comments

Comments
 (0)