1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

[TEST] box-test fix commit polution. (oops).

This commit is contained in:
Dave Davenport 2019-02-02 11:19:43 +01:00
parent 63edf012bd
commit d506c09f85

View file

@ -106,8 +106,8 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
wid1->parent = WIDGET(b);
box_add ( b , WIDGET( wid1 ), TRUE );
// Widget not enabled. no width allocated.
TASSERTE ( wid1->h, 0u );
TASSERTE ( wid1->w, 0u );
TASSERTE ( wid1->h, 0 );
TASSERTE ( wid1->w, 0 );
widget_enable ( WIDGET ( wid1 ) );
widget_update ( WIDGET ( b ) ) ;
// Widget enabled. so width allocated.