add Ctrl+G shortcut

This commit is contained in:
Drew Weymouth
2023-11-05 14:07:52 -08:00
parent 155ee877e3
commit 7aa94dd357
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -71,6 +71,10 @@ func (m *Controller) QueueShowModalFunc(f func()) {
}
}
func (m *Controller) HaveModal() bool {
return m.haveModal
}
func (m *Controller) ShowPopUpImage(img image.Image) {
im := canvas.NewImageFromImage(img)
im.FillMode = canvas.ImageFillContain