forked from joejulian/gio
+1
-1
@@ -726,7 +726,7 @@ func (w *Window) Event() event.Event {
|
|||||||
if w.driver == nil {
|
if w.driver == nil {
|
||||||
e, ok := w.nextEvent()
|
e, ok := w.nextEvent()
|
||||||
if !ok {
|
if !ok {
|
||||||
panic("window initializion failed without a DestroyEvent")
|
panic("window initialization failed without a DestroyEvent")
|
||||||
}
|
}
|
||||||
return e
|
return e
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user