Updated ru_RU translation from Igor Voytovich.
[dcpomatic.git] / src / wx / video_waveform_dialog.cc
index 3e9a1714a086b19e8811d4f4253e8f73a7dac450..ae4b8f8203dcdd8c9bf5da983988c7bfd0c8aea5 100644 (file)
@@ -29,7 +29,14 @@ using std::cout;
 using boost::bind;
 
 VideoWaveformDialog::VideoWaveformDialog (wxWindow* parent, FilmViewer* viewer)
-       : wxDialog (parent, wxID_ANY, _("Video Waveform"), wxDefaultPosition, wxSize (640, 512), wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxFULL_REPAINT_ON_RESIZE)
+       : wxDialog (
+               parent,
+               wxID_ANY,
+               _("Video Waveform"),
+               wxDefaultPosition,
+               wxSize (640, 512),
+               wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxFULL_REPAINT_ON_RESIZE | wxSTAY_ON_TOP
+               )
        , _viewer (viewer)
 {
        wxBoxSizer* overall_sizer = new wxBoxSizer (wxVERTICAL);