Skip to content
Snippets Groups Projects
  • Andrew Dyukov's avatar
    bb07a38f
    STORM-112 FIXED Fixed EOLs display as "squares" in expandable textboxes after resize. · bb07a38f
    Andrew Dyukov authored
    This problem reproduced not only on minimize of certain floaters from description, but for all expandable textboxes after resizes.
    It happened because of hideExpandText() call in LLTextBoxEx::reshape() that broke lineendings.
    
    - Removed it from there so text expands now only when clicking "More" link- it's the only time when it should be shown, and
    also doesn't have problem with breaking anything because of calling setTextBase() after it.
    bb07a38f
    History
    STORM-112 FIXED Fixed EOLs display as "squares" in expandable textboxes after resize.
    Andrew Dyukov authored
    This problem reproduced not only on minimize of certain floaters from description, but for all expandable textboxes after resizes.
    It happened because of hideExpandText() call in LLTextBoxEx::reshape() that broke lineendings.
    
    - Removed it from there so text expands now only when clicking "More" link- it's the only time when it should be shown, and
    also doesn't have problem with breaking anything because of calling setTextBase() after it.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.