mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Don't call gui_mch_mousehide()
This commit is contained in:
+1
-1
@@ -7573,7 +7573,7 @@ set_bool_option(opt_idx, varp, value, opt_flags)
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef FEAT_GUI
|
||||
#if defined(FEAT_GUI) && !defined(FEAT_GUI_MACVIM)
|
||||
else if ((int *)varp == &p_mh)
|
||||
{
|
||||
if (!p_mh)
|
||||
|
||||
Reference in New Issue
Block a user