Fixed another segfault. Do not write code at 4 am.
This commit is contained in:
@@ -191,7 +191,7 @@ func (this *box) SetDNDAccept (types ...data.Mime) {
|
||||
}
|
||||
|
||||
func (this *box) SetFocused (focused bool) {
|
||||
hierarchy := this.parent.getHierarchy()
|
||||
hierarchy := this.getHierarchy()
|
||||
if hierarchy == nil {
|
||||
focusedCopy := focused
|
||||
this.focusQueued = &focusedCopy
|
||||
|
||||
Reference in New Issue
Block a user