-rw-r--r-- | core/apps/embeddedkonsole/konsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp index 1102ef3..f3f0c29 100644 --- a/core/apps/embeddedkonsole/konsole.cpp +++ b/core/apps/embeddedkonsole/konsole.cpp | |||
@@ -668,25 +668,25 @@ void Konsole::colorMenuSelected(int iD) | |||
668 | if(i==0 || i == 10) { | 668 | if(i==0 || i == 10) { |
669 | m_table[i].color = foreground; | 669 | m_table[i].color = foreground; |
670 | } | 670 | } |
671 | else if(i==1 || i == 11) { | 671 | else if(i==1 || i == 11) { |
672 | m_table[i].color = background; m_table[i].transparent=0; | 672 | m_table[i].color = background; m_table[i].transparent=0; |
673 | } | 673 | } |
674 | else | 674 | else |
675 | m_table[i].color = defaultCt[i].color; | 675 | m_table[i].color = defaultCt[i].color; |
676 | } | 676 | } |
677 | } | 677 | } |
678 | lastSelectedMenu = iD; | 678 | lastSelectedMenu = iD; |
679 | te->setColorTable(m_table); | 679 | te->setColorTable(m_table); |
680 | // update(); | 680 | update(); |
681 | } | 681 | } |
682 | 682 | ||
683 | void Konsole::configMenuSelected(int iD) | 683 | void Konsole::configMenuSelected(int iD) |
684 | { | 684 | { |
685 | // QString temp; | 685 | // QString temp; |
686 | // temp.sprintf("%d",iD); | 686 | // temp.sprintf("%d",iD); |
687 | // qDebug(temp); | 687 | // qDebug(temp); |
688 | TEWidget* te = getTe(); | 688 | TEWidget* te = getTe(); |
689 | Config cfg("Konsole"); | 689 | Config cfg("Konsole"); |
690 | cfg.setGroup("Menubar"); | 690 | cfg.setGroup("Menubar"); |
691 | if( iD == -2) { | 691 | if( iD == -2) { |
692 | if(!secondToolBar->isHidden()) { | 692 | if(!secondToolBar->isHidden()) { |