We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6a3e5 commit 472ebc8Copy full SHA for 472ebc8
engine/src/button.cpp
@@ -973,8 +973,6 @@ Boolean MCButton::mfocus(int2 x, int2 y)
973
if (getstyleint(flags) == F_MENU && menumode == WM_TOP_LEVEL
974
&& IsMacLF() && state & CS_MFOCUSED)
975
{
976
- MCRectangle trect = rect;
977
- trect.height = 8 + MCFontGetAscent(m_font);
978
// MW-2011-08-18: [[ Layers ]] Invalidate the whole object.
979
layer_redrawall();
980
}
0 commit comments