Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv15630/src
Modified Files:
Tag: Audacity_UmixIt
ToolBar.cpp
Log Message:
Don't stay on top of other apps, only Audacity.
Index: ToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Attic/ToolBar.cpp,v
retrieving revision 1.29.2.2
retrieving revision 1.29.2.2.4.1
diff -u -d -r1.29.2.2 -r1.29.2.2.4.1
--- ToolBar.cpp 19 Apr 2004 07:09:19 -0000 1.29.2.2
+++ ToolBar.cpp 15 Nov 2006 22:36:08 -0000 1.29.2.2.4.1
@@ -430,7 +430,7 @@
ToolBarMiniFrame::ToolBarMiniFrame(wxWindow * parent, enum ToolBarType tbt)
: wxMiniFrame(gParentWindow, -1, "", wxPoint(1, 1),
wxSize(20, 20),
- wxSTAY_ON_TOP | wxMINIMIZE_BOX | wxCAPTION
+ wxMINIMIZE_BOX | wxCAPTION
| ((parent == NULL)?0x0:wxFRAME_FLOAT_ON_PARENT))
{
mToolBar = MakeToolBar(tbt, this);
@@ -472,7 +472,7 @@
ToolBarFullFrame::ToolBarFullFrame(wxWindow * parent, enum ToolBarType tbt)
: wxFrame(gParentWindow, -1, "", wxPoint(1, 1),
wxSize(20, 20),
- wxSTAY_ON_TOP | wxMINIMIZE_BOX | wxCAPTION
+ wxMINIMIZE_BOX | wxCAPTION
| wxRESIZE_BORDER
| ((parent == NULL)?0x0:wxFRAME_FLOAT_ON_PARENT))
{
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs