Skip to content

Commit

Permalink
Fix redraw on window resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgod committed Aug 6, 2016
1 parent 8f4ccc5 commit 77f4a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui_mac.m
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
#define kVIMWindowStyle (NSWindowStyleMaskTitled | \
NSWindowStyleMaskMiniaturizable | \
NSWindowStyleMaskClosable | \
NSWindowStyleMaskResizable)
NSWindowStyleMaskResizable | \
NSWindowStyleMaskTexturedBackground)

/* Was using kATSItalicSkew before Fix2X() deprecated, so we define
* the same value but in floating number instead of fixed */
Expand Down

0 comments on commit 77f4a32

Please sign in to comment.