small ArdourButton optimization
This commit is contained in:
parent
8c81808db7
commit
c4e610d091
@ -172,6 +172,9 @@ ArdourButton::set_layout_font (const Pango::FontDescription& fd)
|
|||||||
void
|
void
|
||||||
ArdourButton::set_text (const std::string& str)
|
ArdourButton::set_text (const std::string& str)
|
||||||
{
|
{
|
||||||
|
if (_text == str) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
_text = str;
|
_text = str;
|
||||||
if (!is_realized()) {
|
if (!is_realized()) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user