fix [#26937] Radio button text truncation should start at beginning of string

ensure start of text is always visible.

- also left in test for fix [#26933] which left it broken.
- quiet warning in AUD Py API.
This commit is contained in:
2011-04-15 01:32:37 +00:00
parent d3e4c2243d
commit a41c0c324a
3 changed files with 10 additions and 3 deletions

View File

@@ -2214,6 +2214,7 @@ Device_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
switch(device)
{
case AUD_DEVICE_NULL:
(void)specs; /* quiet warning when others disabled */
self->device = new AUD_NULLDevice();
break;
case AUD_DEVICE_OPENAL: