summaryrefslogtreecommitdiff
path: root/muse2/muse/appearance.cpp
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-22 02:57:00 +0000
committerTim E. Real <termtech@rogers.com>2010-11-22 02:57:00 +0000
commit7b646661584da97edbaedf4aeb8ccdb5ce7120ae (patch)
tree85255cfef745ba807ba0c9c5902cd85ff551da61 /muse2/muse/appearance.cpp
parent147b944d89c06c9cfe28d39ff2ba820c0cc4b83f (diff)
Ported View and MidiEditor classes. Fixed TopWin constructor.
Diffstat (limited to 'muse2/muse/appearance.cpp')
-rw-r--r--muse2/muse/appearance.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/muse/appearance.cpp b/muse2/muse/appearance.cpp
index 55e248fa..bd09147d 100644
--- a/muse2/muse/appearance.cpp
+++ b/muse2/muse/appearance.cpp
@@ -279,6 +279,8 @@ void Appearance::resetValues()
themeComboBox->clear();
QString cs = muse->style()->name();
+ //printf("Appearance::resetValues style:%s\n", cs.toAscii().data()); // REMOVE Tim
+ //printf("Appearance::resetValues App styleSheet:%s\n", qApp->styleSheet().toAscii().data()); // REMOVE Tim
cs = cs.lower();
themeComboBox->insertStringList(QStyleFactory::keys());