mirror of https://github.com/buggins/dlangui.git
Fix truncated description (#693)
This commit is contained in:
parent
986c1fc106
commit
12c6ade461
|
|
@ -572,7 +572,7 @@ interface OnItemClickHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** List widget - shows content as hori*/
|
/** List widget - shows content as horizontal or vertical list */
|
||||||
class ListWidget : WidgetGroup, OnScrollHandler, OnAdapterChangeHandler {
|
class ListWidget : WidgetGroup, OnScrollHandler, OnAdapterChangeHandler {
|
||||||
|
|
||||||
/** Handle selection change. */
|
/** Handle selection change. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue