mirror of
https://github.com/NishiOwO/chimera.git
synced 2025-04-21 08:34:39 +00:00
fix url bar widget
This commit is contained in:
parent
0439a51020
commit
411e3f760c
@ -178,9 +178,8 @@ HTMLRoot *r;
|
||||
NULL, ZERO);
|
||||
|
||||
r->titledisplay = XtCreateManagedWidget("titledisplay",
|
||||
scrollingTextWidgetClass, form,
|
||||
asciiTextWidgetClass, form,
|
||||
NULL, ZERO);
|
||||
r->titledisplay = XtNameToWidget(r->titledisplay, "text");
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -201,9 +200,8 @@ HTMLRoot *r;
|
||||
NULL, ZERO);
|
||||
|
||||
r->urldisplay = XtCreateManagedWidget("urldisplay",
|
||||
scrollingTextWidgetClass, form,
|
||||
asciiTextWidgetClass, form,
|
||||
NULL, ZERO);
|
||||
r->urldisplay = XtNameToWidget(r->urldisplay, "text");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user