On June 30, 2014 4:26:10 PM Tomaz Canabrava <[email protected]> wrote:
Em 30/06/2014 20:05, "Dirk Hohndel" <[email protected]> escreveu: > > On Mon, Jun 30, 2014 at 07:29:03PM -0300, Tomaz Canabrava wrote: > > From ce278cd8d7541e15530ab5d06b0bebc0cebb4f80 Mon Sep 17 00:00:00 2001 > > From: Tomaz Canabrava <[email protected]> > > Date: Mon, 30 Jun 2014 17:45:52 -0300 > > Subject: [PATCH 2/8] Fixed SearchBar layout and icons > > > > diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp > > index ab01794..79c10bf 100644 > > --- a/qt-ui/mainwindow.cpp > > +++ b/qt-ui/mainwindow.cpp > > @@ -706,7 +706,7 @@ void MainWindow::on_actionUserManual_triggered() > > { > > #ifndef NO_USERMANUAL > > if (!helpView) { > > - helpView = new UserManual(this); > > + helpView = new UserManual(); > > Why? IIRC this was necessary so that a Ctrl-Q on the user manual window > actually quits Subsurface. Not necessary, and this broke my code to display it as its own window. Test the ctrl + q, it closed subsurface.
Cool. I pushed as is. /D _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
