use updated fyne base with fix for X11 modifiers; remove track selection workaround

This commit is contained in:
Drew Weymouth
2023-03-28 21:19:24 -07:00
committed by Drew Weymouth
parent 660281cf28
commit 849fcbd546
3 changed files with 5 additions and 18 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ require (
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
)
replace fyne.io/fyne/v2 v2.3.3 => github.com/dweymouth/fyne/v2 v2.3.0-rc1.0.20230326170603-cc96b423961f
replace fyne.io/fyne/v2 v2.3.3 => github.com/dweymouth/fyne/v2 v2.3.0-rc1.0.20230329022206-560b167176a8