Update of /cvsroot/audacity/audacity-src/src/effects/nyquist
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv14513
Modified Files:
Nyquist.cpp
Log Message:
Fixed Nyquist choice control layout
Index: Nyquist.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/nyquist/Nyquist.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Nyquist.cpp 27 Jun 2007 00:26:29 -0000 1.53
+++ Nyquist.cpp 27 Jun 2007 04:27:09 -0000 1.54
@@ -809,7 +809,11 @@
wxALIGN_CENTER_VERTICAL | wxALL, 5);
}
- if( ctrl->type != NYQ_CTRL_CHOICE )
+ if( ctrl->type == NYQ_CTRL_CHOICE )
+ {
+ grid->Add( 10, 10 );
+ }
+ else
{
item = new wxStaticText(this, -1, ctrl->label);
grid->Add(item, 0, wxALIGN_LEFT |
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs