We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab2e87 commit 27bc799Copy full SHA for 27bc799
1 file changed
src/editor/EditorWindow.cpp
@@ -737,7 +737,6 @@ EditorWindow::MessageReceived(BMessage* message)
737
case EDITOR_CONTEXT_MENU: {
738
BPoint where;
739
if(message->FindPoint("where", &where) == B_OK) {
740
- where = ConvertToScreen(where);
741
fContextMenu->Go(where, true, true);
742
}
743
} break;
0 commit comments