Bugfixes

Tomaz Canabrava tcanabrava at kde.org
Mon Jun 30 16:25:57 PDT 2014


Em 30/06/2014 20:05, "Dirk Hohndel" <dirk at hohndel.org> 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 <tomaz.canabrava at intel.com>
> > 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.

> /D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20140630/356b2e3b/attachment.html>


More information about the subsurface mailing list