mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix textbox test.
This commit is contained in:
parent
6dc6269fe7
commit
f5688b6cc6
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ int main ( int argc, char **argv )
|
|||
color_get ( display, config.menu_bc ),
|
||||
color_get ( display, config.menu_bg ) );
|
||||
TASSERT( mw != None );
|
||||
|
||||
// Set alternate row to normal row.
|
||||
config.menu_bg_alt = config.menu_bg;
|
||||
textbox_setup ( config.menu_bg, config.menu_bg_alt, config.menu_fg,
|
||||
config.menu_hlbg, config.menu_hlfg );
|
||||
textbox *box = textbox_create(mw , TB_EDITABLE|TB_AUTOWIDTH|TB_AUTOHEIGHT, 0,0, -1, -1, NORMAL, "test");
|
||||
|
|
Loading…
Reference in a new issue