Fix the problem of Popobject's pop-up window not adjusting (while open)
commit1cac50e7f4976564bf403af7bee3af37c3d67c46
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 9 Jul 2014 16:21:07 +0000 (9 16:21 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 9 Jul 2014 16:21:07 +0000 (9 16:21 +0000)
tree12d3b35eeb754909e3454eac7a7254c03bbf01a9
parent36f49209abcd8eb66e3552c6b983d8d28e6b7519
Fix the problem of Popobject's pop-up window not adjusting (while open)
to changes in the parent window's size. In order to achieve this, it
was necessary to change the class's event handling: it no longer
handles IDCMP_CHANGEWINDOW events directly because the new width of the
string gadget cannot be obtained at that point. Instead, it overrides
MUIM_Draw.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49104 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/libs/muimaster/classes/popobject.c