Solving issue 2161: "Hide Filmstrip elements"
"t" has been remapped to "Ctrl+t" to show the content of the Trash "t" now show/hide the film strip and update the size of the allocated space "Shift-t" show/hide the film strip and keep the allocated space identical, preventing a main preview refresh
This commit is contained in:
@@ -417,6 +417,11 @@ void EditorPanel::writeOptions() {
|
||||
tpc->writeOptions();
|
||||
}
|
||||
|
||||
void EditorPanel::showTopPanel(bool show) {
|
||||
if (tbTopPanel_1->get_active() != show)
|
||||
tbTopPanel_1->set_active(show);
|
||||
}
|
||||
|
||||
void EditorPanel::setAspect () {
|
||||
int winW, winH;
|
||||
parent->get_size(winW, winH);
|
||||
@@ -837,10 +842,12 @@ void EditorPanel::tbTopPanel_1_toggled () {
|
||||
if (tbTopPanel_1->get_active()){
|
||||
catalogPane->show();
|
||||
tbTopPanel_1->set_image (*iTopPanel_1_Hide);
|
||||
options.editorFilmStripOpened = true;
|
||||
}
|
||||
else {
|
||||
catalogPane->hide();
|
||||
tbTopPanel_1->set_image (*iTopPanel_1_Show);
|
||||
options.editorFilmStripOpened = false;
|
||||
}
|
||||
|
||||
tbShowHideSidePanels_managestate();
|
||||
|
Reference in New Issue
Block a user