OSDN Git Service

[UI][Qt] OSD: Temporally disable displaying CMTs.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 11 Aug 2017 10:22:06 +0000 (19:22 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 11 Aug 2017 10:22:06 +0000 (19:22 +0900)
source/src/qt/common/emu_thread.cpp

index 00ed9bd..54dd4f8 100644 (file)
@@ -227,7 +227,7 @@ void EmuThreadClass::get_tape_string()
                        tmpstr = QString::fromUtf8("<FONT COLOR=BLUE>   EMPTY   </FONT>");
                }
                if(tmpstr != cmt_text[i]) {
-                       emit sig_set_access_lamp(i + 12 + ((readwrite) ? 2 : 0), inserted);
+                       //emit sig_set_access_lamp(i + 12 + ((readwrite) ? 2 : 0), inserted);
                        emit sig_change_osd(CSP_DockDisks_Domain_CMT, i, tmpstr);
                        cmt_text[i] = tmpstr;
                }