Hide viewer buttons when roto/tracker properties panel is minimized by devernay · Pull Request #748 · NatronGitHub/Natron

@devernay

- addresses issue commented in #745 (review)
- when panel maximized, buttons are displayed even if viewer is not in render path (see #744 for an explanation of that feature). This is not 100% satisfcatory, but better than before IMHO
- minimized() and maximized() were originally two separate signals (in NodeSettingsPanel), so I kept it that way, but we could have simpler definitions of NodeGui::onSettingsPanelMinimized() and NodeGui::onSettingsPanelMaximized() that simply call NodeGui::onSettingsPanelClosed(true) or NodeGui::onSettingsPanelClosed(false).

@devernay

- maximize properties panel when double-clicking a node in the nodegraph
- do not show the viewer buttons if a node is selected in the nodegraph but has its properties panel minimized

@devernay devernay marked this pull request as ready for review

January 11, 2022 02:17

@devernay

YakoYakoYokuYoku

YakoYakoYokuYoku

@devernay