Remove over-protection
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Wed, 30 Aug 2017 17:59:14 +0000 (19:59 +0200)
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Wed, 30 Aug 2017 18:11:17 +0000 (20:11 +0200)
commit03f77792ddb22c3c4e89c04ed325e83adfc93790
tree0261831310b90d9d10cf0b7dea058df2e92d5914
parentf52f23b12d63ce5dad5aee564915278795114878
Remove over-protection

The queued resize will only happen trigger a size-request when the
widget is realized, and on_size_request() calls ensure_layout().

Moreover, this over protection meant that sometimes a resize wasn't
noticed by the button containers.
libs/widgets/ardour_button.cc