Compare commits
No commits in common. "d0d248e44c9270076ac5c0cb51fb3a14a354cc2b" and "5d5f73f22f4802ff1cc3a6895d1e6009337b9ffe" have entirely different histories.
d0d248e44c
...
5d5f73f22f
3
nncmpp.c
3
nncmpp.c
@ -28,7 +28,7 @@
|
|||||||
XX( REMAINS, remains, -1, -1, A_UNDERLINE ) \
|
XX( REMAINS, remains, -1, -1, A_UNDERLINE ) \
|
||||||
/* Tab bar */ \
|
/* Tab bar */ \
|
||||||
XX( TAB_BAR, tab_bar, -1, -1, A_REVERSE ) \
|
XX( TAB_BAR, tab_bar, -1, -1, A_REVERSE ) \
|
||||||
XX( TAB_ACTIVE, tab_active, -1, -1, A_BOLD ) \
|
XX( TAB_ACTIVE, tab_active, -1, -1, A_UNDERLINE ) \
|
||||||
/* Listview */ \
|
/* Listview */ \
|
||||||
XX( HEADER, header, -1, -1, A_UNDERLINE ) \
|
XX( HEADER, header, -1, -1, A_UNDERLINE ) \
|
||||||
XX( EVEN, even, -1, -1, 0 ) \
|
XX( EVEN, even, -1, -1, 0 ) \
|
||||||
@ -2961,7 +2961,6 @@ app_process_left_mouse_click (struct widget *w, int x, int y, int modifiers)
|
|||||||
tab->item_top = (double) y / w->height
|
tab->item_top = (double) y / w->height
|
||||||
* (int) tab->item_count - visible_items / 2;
|
* (int) tab->item_count - visible_items / 2;
|
||||||
app_invalidate ();
|
app_invalidate ();
|
||||||
app_fix_view_range ();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case WIDGET_MESSAGE:
|
case WIDGET_MESSAGE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user