Skip to content

Commit

Permalink
master rwindow: fix bug with segfault when resizing window with MenuBar
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 23, 2023
1 parent 1b679de commit 663f64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MasterWindow.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func (w *MasterWindow) setTheme() (fin func()) {
}

func (w *MasterWindow) sizeChange(width, height int) {
w.render()
// noop
}

func (w *MasterWindow) beforeRender() {
Expand Down

0 comments on commit 663f64a

Please sign in to comment.