This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
csharp
/
gui-cs.Terminal.Gui
espejo de
https://github.com/gui-cs/Terminal.Gui.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
View.Mouse cleanup - Fixed TableView
Tig
hace 10 meses
padre
2e37ca3592
commit
8807e485c3
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
0
1
Terminal.Gui/Views/TableView/TableView.cs
+ 0
- 1
Terminal.Gui/Views/TableView/TableView.cs
Ver fichero
@@ -892,7 +892,6 @@ public class TableView : View
}
Update ();
- me.Handled = true;
}
}