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:
parent
63edf012bd
commit
d506c09f85
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
|
||||||
wid1->parent = WIDGET(b);
|
wid1->parent = WIDGET(b);
|
||||||
box_add ( b , WIDGET( wid1 ), TRUE );
|
box_add ( b , WIDGET( wid1 ), TRUE );
|
||||||
// Widget not enabled. no width allocated.
|
// Widget not enabled. no width allocated.
|
||||||
TASSERTE ( wid1->h, 0u );
|
TASSERTE ( wid1->h, 0 );
|
||||||
TASSERTE ( wid1->w, 0u );
|
TASSERTE ( wid1->w, 0 );
|
||||||
widget_enable ( WIDGET ( wid1 ) );
|
widget_enable ( WIDGET ( wid1 ) );
|
||||||
widget_update ( WIDGET ( b ) ) ;
|
widget_update ( WIDGET ( b ) ) ;
|
||||||
// Widget enabled. so width allocated.
|
// Widget enabled. so width allocated.
|
||||||
|
|
Loading…
Add table
Reference in a new issue