Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise it breaks asm build for onnxruntime.
|
|
|
|
Issue: #1394
|
|
|
|
|
|
|
|
|
|
|
|
It's no longer necessary to use fixed vertical size for individual
widgets.
|
|
|
|
This doesn't work properly on complex layouts.
|
|
Must draw the widget on our own as having it resized as part of a
complex layout causes the top of the widget to get filled with garbage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes auto threshold slider label text on toggling the checkbox without
dragging the slider.
|
|
|
|
|