mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-13 13:38:16 +08:00
temporary disable 2.5.0 entry redo/undo
This commit is contained in:
11
gui/xfyne/patch_test.go
Normal file
11
gui/xfyne/patch_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package xfyne
|
||||
|
||||
import (
|
||||
"fyne.io/fyne/v2/widget"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestEntryDisableUndoRedo(t *testing.T) {
|
||||
entry := widget.NewEntry()
|
||||
EntryDisableUndoRedo(entry)
|
||||
}
|
||||
Reference in New Issue
Block a user