diff options
author | culler <culler> | 2018-12-06 20:33:45 (GMT) |
---|---|---|
committer | culler <culler> | 2018-12-06 20:33:45 (GMT) |
commit | b20ff2508d949ce13f83e27d4a0f24898c3966d5 (patch) | |
tree | 72dec8957687ddac8a747a64c1d178688152af1e /macosx/tkMacOSXWm.c | |
parent | c725a0f33f826163d6e3c5b1582c6a96c4a5cf5a (diff) | |
download | tk-b20ff2508d949ce13f83e27d4a0f24898c3966d5.zip tk-b20ff2508d949ce13f83e27d4a0f24898c3966d5.tar.gz tk-b20ff2508d949ce13f83e27d4a0f24898c3966d5.tar.bz2 |
Fix the inconsistencies in the wm geometry command reported in ticket [1c1f8d34be].
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r-- | macosx/tkMacOSXWm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index d48740e..f36ef1d 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -6663,7 +6663,6 @@ ApplyMasterOverrideChanges( } ApplyWindowAttributeFlagChanges(winPtr, macWindow, oldAttributes, oldFlags, 0, 0); - //TkMacOSXApplyWindowAttributes(winPtr, macWindow); } } |