Keyikedalube Ndang

Results 48 comments of Keyikedalube Ndang

@morevnaproject [`expand_row(...)`](https://developer-old.gnome.org/gtkmm/stable/classGtk_1_1TreeView.html#a2e606e1a46b925cb2326878fde8cc7fb)

> > There would be a much better option if i could select all 10 objects (with ctrl+click) and then change the values all together > > vote for this...

Why that 150ms delay in line 480? https://github.com/synfig/synfig/blob/08202f400bffb75031b907c7eab02f517ad99fef/synfig-studio/src/gui/trees/layerparamtreestore.cpp#L475-L480 > Can we make Transformation item always un-collapsed in TreeView? ^__^ The fix is in `LayerTree::on_layer_tree_event(GdkEvent *event)`. We only want to expand...

@ice0 I experimented with these event slots from `LayerParamTreeStore` a bit; `queue_rebuild()` and `queue_refresh()` The latter `queue_refresh()` slot with time delay makes sense because we don't want incomplete data (recalculation...

Another experiment was made this morning and alas discovered `queue_refresh()` and `queue_rebuild()` events clashes invalidating my previous statement above. Here's how: 1. Create a rectangle layer 2. Group that layer...

Workspace rendering depends heavily on your CPU speed. Here's my screencast of the same from a decade-old Intel i3 3.3 GHz CPU https://user-images.githubusercontent.com/24214509/162113386-4d88f063-2d88-4981-bebe-46688762c5e7.mp4

Hmm... strange. I'll tag this so someone with Windows expertise could help.

New feature delayed for Synfig v1.6 I think Fixed by @FirasH in this PR #1852

The behavior is working as expected but did you notice that when you place your cursor on the text box above those togglable buttons and press tab key all those...

> p.s I don't know if you or other people here use qt creator but for some reason, it messes up the indentation This section tells how to setup indentation...