Ivan Gagis
Ivan Gagis
. launch `app` test application . delete all nodes from `tree_view` by clicking minus button on them result: assertion failed: ```` [!!!fatal] Assertion failed at: /home/ivan/prj/morda/src/morda/morda/widgets/group/tree_view.cpp:303| no additional info tests:...
1. Run `tests/app` 1. Click on the `text_input` 1. Clear all text from it, e.g. using backspace 1. Press and hold the 'M' key 1. While pressing the 'M' key...
cache subtrees of items which have been collapsed. So, if uncollapsed immediately, the whole subtree is restored
add `transform` widget which will just transform its content: ```` @transform{ matrix{ .... } scale{34 45 666} translate{36 57 13} rotate{123 43 34 24} @text{} } ````
Prerequisite: window with TextInputfuield insode. the window is inactive. Steps: 1) click with mouse on the text input Expected result: window is activated and text input has input focus. Actual...
Consider adding its own layout parameters and get rid of layout parameters substitution. Image keepAspectRatio currently does not work in table for some reason.