Is there a workaround to the disappearing Perl/Tk text widget scrollbar for right justified content?
- by Streamline
I've come across a bug I believe in Perl/Tk 804.027 Text Widget (using Scrollable('ROText')).
When I add a tag that selects all and apply the configuration change to justify to the right, the scrollbars do not show up. If I comment out the tagConfigure where I justify to the right, the scrollbars come back.
Does anyone have a workaround or fix for being able to right justify a text widget's contents (includes text and embedded entry widgets) and still have functional horizontal scrollbars?