Switched the order of the sticky button. It makes more sense to show the

current state, not the state it would be if pressed (duh ;-)

svn path=/trunk/kdebase/kwin/; revision=33907
remotes/origin/Plasma/5.0
Daniel M. Duley 27 years ago
parent 3293927ed4
commit bdd8c87006
  1. 4
      systemclient.cpp

@ -20,10 +20,10 @@ static unsigned char close_bits[] = {
static unsigned char maximize_bits[] = {
0x3f, 0x9f, 0xcf, 0x67, 0x33, 0x19, 0x0c, 0x06 };
static unsigned char sticky_bits[] = {
static unsigned char unsticky_bits[] = {
0x00, 0x18, 0x18, 0x7e, 0x7e, 0x18, 0x18, 0x00};
static unsigned char unsticky_bits[] = {
static unsigned char sticky_bits[] = {
0x00, 0x00, 0x00, 0x7e, 0x7e, 0x00, 0x00, 0x00};
static QPixmap *titlePix=0;

Loading…
Cancel
Save