ice0
ice0
What if I want this submenu to be collapsed? I think it's better to save the expanded/collapsed state and restore it when you switch to another object.
In this case, I propose to split this problem into two smaller ones. 1) Add a flag to ParamDesc (something like `expanded`) which will allow to set default expanded state...
> I'm a bit lost why setting new updated row like this breaks the program: Can you add more details? I added this code to this PR and I don't...
@hesham-essam Can you check with this PR? https://github.com/synfig/synfig/pull/2622
@hesham-essam I suggest to split this PR. Extract Conan scripts and recipes into a separate PR, so I can merge them without issues, after that we can continue with CMake.
> I will try making this PR compile correctly first here in the CI, and locally on linux and windows, then I will split things up into multiple PRs if...
1. It stops the build with an error (PS): ``` CMake Error at synfig-studio/src/gui/CMakeLists.txt:36 (add_executable): Target "synfigstudio" links to target "PkgConfig::GTKMM" but the target was not found. Perhaps a find_package()...
> @ice0 On windows it seems that the run environment wasn't activated. I added pkgconf as a build dependency so it should've been added to the path in the run...
> Hi all, I'm Hesham from Egypt, and I'm interested in applying with you for GSoC this year. Hi, Hesham! > This is my attempt at fixing #2036. As far...
> I care about them since tool states changes the cursor, so I will need to restore it. > > I thought about storing the cursor style before changing it,...