Option to rotate text (and only text) by 180°#136
Option to rotate text (and only text) by 180°#136efogdev wants to merge 3 commits intogregdavill:mainfrom
Conversation
|
It looks like you modified Also, I do wonder if instead of rotate, we should maybe call it flip, just in case in the future we want add a more granular rotation. |
|
Oh. Thanks for clarification, never worked with wxWidgets |
|
Apparently I need the exact version of |
|
Hello efogdev, don't you achieve the same effect with the Padding option? I tried to understand the advantage of your option and couldn't see it for myself. Padding is “faster” with the same end result. Kind regards |
|
@CrackXT yep it can be achieved with padding, but when you copy&paste and rearrange/rotate labels a lot, it's easier to click a checkbox when needed. If you have a label with padding, and you need to rotate the text, you have to change the starting cap, the ending cap, and the 2 padding values. |
Why? Because before:
After:
Made this for myself, idk if you actually need it :)