Work around the blink of top-left logo
This commit is contained in:
parent
887ff26220
commit
ae3aff7ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ void Editor::Impl::createFrameContents()
|
|||
return box;
|
||||
};
|
||||
auto createAboutButton = [this, &iconShaded](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int) {
|
||||
return new CKickButton(bounds, this, tag, iconShaded);
|
||||
return new CKickButton(bounds, this, tag, 0.0f, iconShaded);
|
||||
};
|
||||
auto createLabel = [this, &palette](const CRect& bounds, int, const char* label, CHoriTxtAlign align, int fontsize) {
|
||||
CTextLabel* lbl = new CTextLabel(bounds, label);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue