mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
updated for version 7.0c02
This commit is contained in:
@@ -1121,8 +1121,7 @@ gui_mch_set_text_area_pos(int x, int y, int w, int h)
|
||||
top = TOOLBAR_BUTTON_HEIGHT + TOOLBAR_BORDER_HEIGHT;
|
||||
#endif
|
||||
|
||||
GetWindowRect(s_hwnd, &rect);
|
||||
SetRect(&rect, 0, top, rect.right, TABLINE_HEIGHT);
|
||||
SetRect(&rect, 0, top, w, TABLINE_HEIGHT);
|
||||
TabCtrl_AdjustRect(s_tabhwnd, TRUE, &rect);
|
||||
MoveWindow(s_tabhwnd, 0, top, rect.right, rect.bottom, TRUE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user