mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-12 23:20:51 +00:00
Fix divider frame params on NS (bug#29352)
* src/nsfns.m (Fx_create_frame): Set right-divider-width and bottom-divider-width parameters.
This commit is contained in:
parent
b2518ac750
commit
d14923b4d4
1 changed files with 4 additions and 0 deletions
|
@ -1234,6 +1234,10 @@ Turn the input menu (an NSMenu) into a lisp list for tracking on lisp side
|
||||||
x_default_parameter (f, parms, Qinternal_border_width, make_number (2),
|
x_default_parameter (f, parms, Qinternal_border_width, make_number (2),
|
||||||
"internalBorderWidth", "InternalBorderWidth",
|
"internalBorderWidth", "InternalBorderWidth",
|
||||||
RES_TYPE_NUMBER);
|
RES_TYPE_NUMBER);
|
||||||
|
x_default_parameter (f, parms, Qright_divider_width, make_number (0),
|
||||||
|
NULL, NULL, RES_TYPE_NUMBER);
|
||||||
|
x_default_parameter (f, parms, Qbottom_divider_width, make_number (0),
|
||||||
|
NULL, NULL, RES_TYPE_NUMBER);
|
||||||
|
|
||||||
/* default vertical scrollbars on right on Mac */
|
/* default vertical scrollbars on right on Mac */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue