Bugfixes

Dirk Hohndel dirk at hohndel.org
Mon Jun 30 16:05:17 PDT 2014


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.

/D


More information about the subsurface mailing list