Skip to content

Commit

Permalink
Combo.mouseDown: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Singer committed Dec 27, 2023
1 parent 77f7396 commit 9de2540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ void menuDidClose(long id, long sel, long menu) {

@Override
void mouseDown(long id, long sel, long theEvent) {
// If the control is diposed in below 'super.mouseDown()', both fields
// If the control is disposed in below 'super.mouseDown()', both fields
// 'view' and 'display' will be nulled. Hence keep their references:
final Display display = this.display;
final NSView view = this.view;
Expand Down

0 comments on commit 9de2540

Please sign in to comment.