Hide little 'RawTherapee ...' window frame when starting RT
This commit is contained in:
@@ -98,7 +98,6 @@ Inspector::Inspector () : currImage(nullptr), scaled(false), scale(1.0), zoomSca
|
|||||||
gestureZoom->signal_scale_changed().connect(sigc::mem_fun(*this, &Inspector::on_zoom_scale_changed));
|
gestureZoom->signal_scale_changed().connect(sigc::mem_fun(*this, &Inspector::on_zoom_scale_changed));
|
||||||
|
|
||||||
window.add(*this);
|
window.add(*this);
|
||||||
window.show_all();
|
|
||||||
window.set_visible(false);
|
window.set_visible(false);
|
||||||
active = true; // always track inspected thumbnails
|
active = true; // always track inspected thumbnails
|
||||||
}
|
}
|
||||||
@@ -112,6 +111,7 @@ void Inspector::showWindow(bool scaled)
|
|||||||
{
|
{
|
||||||
this->scaled = scaled;
|
this->scaled = scaled;
|
||||||
window.fullscreen();
|
window.fullscreen();
|
||||||
|
window.show_all();
|
||||||
window.set_visible(true);
|
window.set_visible(true);
|
||||||
pinned = false;
|
pinned = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user