Now the "Show EXIF info" in the editor remember its state, and propagate to the other editor tabs

This commit is contained in:
Hombre
2010-10-03 16:49:04 +02:00
parent 805044a64f
commit a9fea09400
3 changed files with 6 additions and 5 deletions

View File

@@ -293,6 +293,9 @@ void EditorPanel::setAspect () {
parent->get_size(winW, winH);
hpanedl->set_position(options.historyPanelWidth);
hpanedr->set_position(winW - options.toolPanelWidth);
// initialize components
if (info->get_active() != options.showInfo)
info->set_active (options.showInfo);
}
void EditorPanel::on_realize () {