ossp-pkg/as/as-gui/as_assist.cpp 1.35 -> 1.36
--- as_assist.cpp 2002/11/28 10:31:33 1.35
+++ as_assist.cpp 2002/11/28 17:04:18 1.36
@@ -347,7 +347,7 @@
if (m_pWhatstools == NULL) // Sanity check
throw Genexcept("Whats this tool bar creation failed.");
m_pWhatstools->setLabel(trUtf8("Whats this"));
- m_pWhatstools->setOpaqueMoving(true);
+ m_pWhatstools->setOpaqueMoving(false);
m_pWhatstools->setCloseMode(QDockWindow::Never);
QWhatsThis::whatsThisButton(m_pWhatstools); // Preconfigured whats this button
}
|
|