File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -278,12 +278,13 @@ def on_widget_opened(self) -> None:
278278 self .generate_qaction_send_geojson_layer
279279 )
280280
281+ # Note: disabled for now since it messes with vectorizing lines.
281282 # context menu on right-click on the canvas for sending position in QChat
282- map_canvas = self .iface .mapCanvas ()
283- map_canvas .setContextMenuPolicy (Qt .ContextMenuPolicy .CustomContextMenu )
284- map_canvas .customContextMenuRequested .connect (
285- self .custom_qchat_position_context_menu
286- )
283+ # map_canvas = self.iface.mapCanvas()
284+ # map_canvas.setContextMenuPolicy(Qt.ContextMenuPolicy.CustomContextMenu)
285+ # map_canvas.customContextMenuRequested.connect(
286+ # self.custom_qchat_position_context_menu
287+ # )
287288
288289 # auto reconnect to channel if needed
289290 if self .auto_reconnect_channel :
You can’t perform that action at this time.
0 commit comments