Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Fix for issue #297 #304

Merged
merged 6 commits into from
Jan 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update comment
  • Loading branch information
bennetty committed Jan 12, 2021
commit d19f97e0d96bf19059493af12bfe3ba483b3d38f
2 changes: 1 addition & 1 deletion window.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func (w *Window) Unmaximize() (err error) {
return
}

// UpdateCustomOptions unmaximize the window
// UpdateCustomOptions updates the window custom options
func (w *Window) UpdateCustomOptions(o WindowCustomOptions) (err error) {
if err = w.ctx.Err(); err != nil {
return
Expand Down