JulyIghor / QtBitcoinTrader

Secure multi crypto exchange trading client
https://sourceforge.net/projects/bitcointrader/
736 stars 374 forks source link

Broken highlight color in "Total to sell" SpinBox #130

Closed 0x47 closed 10 years ago

0x47 commented 10 years ago

When switching from Night mode to Day mode, the higlight color is not updated in the sellTotalBtc SpinBox. The pull request fixes this, you probably just forgot the line...

screenshot - 02182014 - 11 24 26 pm

JulyIghor commented 10 years ago

Not critical bug, you should change value and it become light. I'll fix this anyway.

0x47 commented 10 years ago

I know it's not critical, that's why I added the pull request. It's just one line, and I figured you want to do it this way, because the other SpinBoxes are updated the same way. Sorry if you want to do it differently...

JulyIghor commented 10 years ago

Only for sell groupbox value? There is no bug on buy groupbox value?

0x47 commented 10 years ago

Apparently not:

screenshot - 02192014 - 12 07 00 am

When I add the line in the pull request, the colors are updated as expected.

JulyIghor commented 10 years ago

Thanks. Forgot I made colors works that way.

0x47 commented 10 years ago

No problem, thanks for the great program! ;)