mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08: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 @@ public final class EmacsWindow extends EmacsHandleObject
|
|||
/* 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…
Add table
Add a link
Reference in a new issue