Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 1fd4a3f3 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

changed that right click on job list always works (even if no items are loaded).

parent 6134aadd
No related branches found
No related tags found
No related merge requests found
......@@ -2119,7 +2119,7 @@ Imports TUGraz.VectoCore.Utils
'End Try
End Sub
Private Sub LvGEN_MouseClick(sender As Object, e As MouseEventArgs) Handles LvGEN.MouseClick
Private Sub LvGEN_MouseClick(sender As Object, e As MouseEventArgs) Handles LvGEN.MouseDown
If e.Button = MouseButtons.Right Then
_conMenTarget = LvGEN
_conMenTarJob = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment