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