Browse Source

Show different icon when Ditto is disconnected from the clipboard

Scott Brogden 8 years ago
parent
commit
c64b46477a
4 changed files with 4 additions and 2 deletions
  1. 2 2
      Debug/Themes/Classic.xml
  2. 2 0
      QPasteWnd.cpp
  3. BIN
      res/Ditto2_NoCopyCb.ico
  4. BIN
      res/Martin_Icon_not_connected.png

+ 2 - 2
Debug/Themes/Classic.xml

@@ -7,7 +7,7 @@
 	<CaptionRightTopMost>RGB(157, 185, 235)</CaptionRightTopMost>
 	
 	<CaptionLeftNotConnected>RGB(122, 150, 223)</CaptionLeftNotConnected>
-	<CaptionRightNotConnected>RGB(122, 150, 223)</CaptionRightNotConnected>
+	<CaptionRightNotConnected>RGB(255, 255, 0)</CaptionRightNotConnected>
 	
 	<CaptionTextColor>RGB(255, 255, 255)</CaptionTextColor>
 	
@@ -25,7 +25,7 @@
 	
 	<Border>RGB(122, 150, 223)</Border>
 	<BorderTopMost>RGB(122, 150, 223)</BorderTopMost>
-	<BorderNotConnected>RGB(255, 0, 0)</BorderNotConnected>	
+	<BorderNotConnected>RGB(122, 150, 223)</BorderNotConnected>	
 	
 	<GroupTreeBG></GroupTreeBG>
 	<GroupTreeText></GroupTreeText>

+ 2 - 0
QPasteWnd.cpp

@@ -1845,6 +1845,8 @@ void CQPasteWnd::OnMenuExitprogram()
 void CQPasteWnd::OnMenuToggleConnectCV()
 {
     theApp.ToggleConnectCV();
+
+	UpdateStatus();
 }
 
 #include "client.h"

BIN
res/Ditto2_NoCopyCb.ico


BIN
res/Martin_Icon_not_connected.png