File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ QgsBookmarks::QgsBookmarks( QWidget *parent )
109
109
110
110
mProxyModel = new QgsBookmarksProxyModel ( this );
111
111
mProxyModel ->setSourceModel ( mMergedModel );
112
+ mProxyModel ->setSortCaseSensitivity ( Qt::CaseInsensitive );
112
113
113
114
lstBookmarks->setModel ( mProxyModel );
114
115
lstBookmarks->setItemDelegate ( new QgsDoubleSpinBoxBookmarksDelegate ( this ) );
Original file line number Diff line number Diff line change 11
11
</rect >
12
12
</property >
13
13
<property name =" windowTitle" >
14
- <string >Sp & atial Bookmarks Panel</string >
14
+ <string >Spatial Bookmarks Panel</string >
15
15
</property >
16
16
<widget class =" QWidget" name =" bookmarksDockContents" >
17
17
<layout class =" QGridLayout" name =" gridLayout" >
You can’t perform that action at this time.
0 commit comments