Bug report #15011

Browser panel is unusable

Added by Harrissou Santanna almost 10 years ago. Updated almost 10 years ago.

Status:Closed
Priority:Severe/Regression
Assignee:-
Category:GUI
Affected QGIS version:master Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:
Crashes QGIS or corrupts data:No Copied to github as #:22958

Description

Same thing as #14971, the browser panel widget extent become too small to show anything.
see image (master f1ec121)

browserpanel.png (3.7 KB) Harrissou Santanna, 2016-06-12 09:15 AM

georeferencer.png (65.9 KB) Antal Kosza, 2016-06-14 01:40 AM

Associated revisions

Revision cb4dbeaf
Added by Nyall Dawson almost 10 years ago

Fix dock widget layout (fix #15011)

Revision 834ab1c7
Added by Nyall Dawson almost 10 years ago

More QgsDockWidget fixes (fix #15011)

History

#1 Updated by Harrissou Santanna almost 10 years ago

Also concerned : Advanced digitizing panel, statistics panel for what i see

#2 Updated by Even Rouault almost 10 years ago

I've identified through git bisect that 7af6d24

Changing back the base class in the .ui to QDockWidget fixes the issue, but this doesn't seem to be particularly elegant

$ git diff
diff --git a/src/ui/qgsbrowserdockwidgetbase.ui b/src/ui/qgsbrowserdockwidgetbase.ui
index 4ccf6e5..31cc6a0 100644
--- a/src/ui/qgsbrowserdockwidgetbase.ui
+++ b/src/ui/qgsbrowserdockwidgetbase.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ui version="4.0">
  <class>QgsBrowserDockWidgetBase</class>
- <widget class="QgsDockWidget" name="QgsBrowserDockWidgetBase">
+ <widget class="QDockWidget" name="QgsBrowserDockWidgetBase">
   <property name="geometry">
    <rect>
     <x>0</x>

#3 Updated by Nyall Dawson almost 10 years ago

  • Status changed from Open to Closed

#4 Updated by Antal Kosza almost 10 years ago

I think georeferencer is affected to.

#5 Updated by Nyall Dawson almost 10 years ago

  • Status changed from Reopened to Closed

Also available in: Atom PDF