richelbilderbeek / ProjectRichelBilderbeek

Richel Bilderbeek's C++ work, before splitting it up
http://richelbilderbeek.nl/
6 stars 3 forks source link

QtRoundedRectItem: when changing a pen's width, the content must stay at the same place #236

Closed richelbilderbeek closed 9 years ago

richelbilderbeek commented 10 years ago

236

When I change the pen's width, the content moves. Instead, the content must stay in place.

1) Write tests to break it, fix each test to correct it. In all tests, the content must stay in the same position. 236_tests

2) Fix the text 3) Check visually

richelbilderbeek commented 9 years ago

Fixed, except for #244