mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Fixed error display in EditCaptionBox.
This commit is contained in:
@@ -55,7 +55,7 @@ EdgeButton::EdgeButton(
|
||||
const style::RippleAnimation &st)
|
||||
: Ui::RippleButton(parent, st)
|
||||
, _fg(fg)
|
||||
, _text(st::semiboldTextStyle, text.toUpper())
|
||||
, _text(st::semiboldTextStyle, text)
|
||||
, _width(_text.maxWidth()
|
||||
+ st::photoEditorTextButtonPadding.left()
|
||||
+ st::photoEditorTextButtonPadding.right())
|
||||
|
Reference in New Issue
Block a user