1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-18 07:25:54 +01:00

reverted the last test commit (duh)

This commit is contained in:
dan
2004-07-16 18:50:58 +00:00
parent 109bb540ec
commit 474c4caf94
42 changed files with 1668 additions and 2053 deletions

View File

@@ -84,7 +84,7 @@ createPanel(Panel *p)
WMSetButtonText(panel->swi[7], _("Smooth font edges (needs restart)."));
//if (!WMHasAntialiasingSupport(WMWidgetScreen(panel->box)))
WMSetButtonEnabled(panel->swi[7], True);
WMSetButtonEnabled(panel->swi[7], False);
WMRealizeWidget(panel->box);
WMMapSubwidgets(panel->box);