Resize component problem

Hi everyone.
While I worked with 7.2.8 version I used scripted button, that should resize itself when clicked.
After upgrading to 7.3.1 I figured that such simple script as system.gui.resizeComponent(event.source, 200, 100) doesn’t work anymore.

However, system.gui.moveComponent(event.source, 200, 100) still works, and system.gui.reshapeComponent(event.source, 200, 100, 200, 200) just move button without resizing it.

How this problem could be solved?

P.S. after installing back 7.2.8 version, script began to work properly.

Thanks for the bug report, this has been fixed for 7.3.2.