From a8fa5c21f0bc81f3f144ee29e16deab3f91296d4 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 15 Jun 2021 17:51:04 +0300 Subject: Fixed visual artifact during sidebar animation The sidebars are not supposed to have borders or background fades. --- src/ui/labelwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/labelwidget.h') diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h index f6343273..b8b6fd87 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h @@ -32,6 +32,7 @@ iDeclareObjectConstructionArgs(LabelWidget, const char *label, const char *comma void setAlignVisually_LabelWidget(iLabelWidget *, iBool alignVisual); void setNoAutoMinHeight_LabelWidget(iLabelWidget *, iBool noAutoMinHeight); void setNoTopFrame_LabelWidget (iLabelWidget *, iBool noTopFrame); +void setWrap_LabelWidget (iLabelWidget *, iBool wrap); void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); void setFont_LabelWidget (iLabelWidget *, int fontId); void setTextColor_LabelWidget (iLabelWidget *, int color); @@ -53,6 +54,7 @@ const iString * text_LabelWidget (const iLabelWidget *); const iString * sourceText_LabelWidget (const iLabelWidget *); /* untranslated */ const iString * command_LabelWidget (const iLabelWidget *); iChar icon_LabelWidget (const iLabelWidget *); +iBool isWrapped_LabelWidget (const iLabelWidget *); iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command); iLabelWidget *newColor_LabelWidget (const char *text, int color); -- cgit v1.2.3