* src/nsterm.m (updateFrameSize:): Fix GNUStep toolbar not updating.
2013-12-08 Jan Djärv <jan.h.d@swipnet.se>
+ * nsterm.m (updateFrameSize:): Fix GNUStep toolbar not updating.
+
* emacs.c (main): Call fixup_locale a second time for GNUStep.
2013-12-08 Martin Rudalics <rudalics@gmx.at>
if (! [self isFullscreen])
{
+#ifdef NS_IMPL_GNUSTEP
+ // GNUStep does not always update the tool bar height. Force it.
+ if (toolbar) update_frame_tool_bar (emacsframe);
+#endif
+
extra = FRAME_NS_TITLEBAR_HEIGHT (emacsframe)
+ FRAME_TOOLBAR_HEIGHT (emacsframe);
}