dterrahe / darktable

darktable is an open source photography workflow application and raw developer
https://www.darktable.org
GNU General Public License v3.0
2 stars 0 forks source link

Bauhaus popup only works after widget has been shown at least once #17

Closed dterrahe closed 3 years ago

dterrahe commented 3 years ago

Bauhaus popups (the Edit "dialog", with curves, for sliders and the full list for combos) now can be used via shortcuts even when the sidepanel or module is hidden. However, if the widget itself has not been fully initialised yet (by having been gtk_widget_shown) then the popup code uses undefined sizes. So for iop sliders, for example, the right side panel will have to be opened once and the module expanded before the shortcut starts doing anything.

Fixing this requires cleaning up the bauhaus code which is a separate project.

github-actions[bot] commented 3 years ago

This issue did not get any activity in the past 30 days and will be closed in 365 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.