mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
...
This commit is contained in:
@@ -1035,9 +1035,8 @@ PYWRAP1(os_window_font_size) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
os_window_update_size_increments(os_window);
|
os_window_update_size_increments(os_window);
|
||||||
// On Wayland with CSD title needs to be re-rendered in a different font size
|
// On Wayland with CSD title needs to be re-rendered in a different font size
|
||||||
if (os_window->window_title && global_state.is_wayland) set_os_window_title(os_window, NULL);
|
if (os_window->window_title && global_state.is_wayland) set_os_window_title(os_window, NULL);
|
||||||
|
|
||||||
}
|
}
|
||||||
return Py_BuildValue("d", os_window->font_sz_in_pts);
|
return Py_BuildValue("d", os_window->font_sz_in_pts);
|
||||||
END_WITH_OS_WINDOW
|
END_WITH_OS_WINDOW
|
||||||
|
|||||||
Reference in New Issue
Block a user