Skip to content

Commit

Permalink
ggggg
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Aug 13, 2019
1 parent 97d1022 commit 2f22e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/browser/ui/cocoa/atom_ns_window_delegate.mm
Expand Up @@ -146,7 +146,8 @@ - (void)windowWillMove:(NSNotification*)notification {

shell_->NotifyWindowWillMove(new_bounds, &prevent_default);
if (prevent_default) {
// prevent sefault somehow
// doesn't work
[window setMovable:NO];
}
}

Expand Down

0 comments on commit 2f22e88

Please sign in to comment.