mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * java/org/gnu/emacs/EmacsWindow.java (viewLayout): Typo in comment.
This commit is contained in:
parent
1e289586fc
commit
4db604f375
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ else if (parent == null)
|
|||
/* Otherwise accept the new position offered by the toolkit. FIXME:
|
||||
isn't there a potential race condition here if the toolkit lays
|
||||
out EmacsView after a child frame's rect is set but before it
|
||||
calls onLayout to read the modifies rect? */
|
||||
calls onLayout to read the modified rect? */
|
||||
else
|
||||
{
|
||||
rect.left = left;
|
||||
|
|
|
|||
Loading…
Reference in a new issue