OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_panel.cpp versions 1.15 and 1.16
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_panel.cpp 1.15 -> 1.16

--- as_panel.cpp 2003/02/21 15:04:04     1.15
+++ as_panel.cpp 2003/02/25 09:26:17     1.16
@@ -307,8 +307,10 @@
 //
 void Prefpanel::shadeLight(void)
 {
-    QColorDialog::setCustomColor(0, m_pLight->rgb());
-    QColorDialog::setCustomColor(1, m_pDark->rgb());
+    QColorDialog::setCustomColor(0, this->getRevlight()->rgb());
+    QColorDialog::setCustomColor(1, this->getRevdark()->rgb());
+    QColorDialog::setCustomColor(2, this->getAltlight()->rgb());
+    QColorDialog::setCustomColor(3, this->getAltdark()->rgb());
     QColor Colortemp = QColorDialog::getColor(*m_pLight);
     if (Colortemp.isValid()) {
         delete m_pLight;

CVSTrac 2.0.1