Opened 16 years ago

Closed 16 years ago

#1074 closed defect (fixed)

WMS connection dialog does not see selection

Reported by: mhugent Owned by: telwertowski
Priority: major: does not work as expected Milestone:
Component: Build/Install Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

If a layer is selected in the WMS connection dialog and the 'Add' button is pressed, there is an error message which tells that at least one layer needs to be selected. It works with two layers selected.

Change History (2)

comment:1 by telwertowski, 16 years ago

Owner: changed from mhugent to telwertowski

QgsServerSourceSelect::on_lstLayers_itemSelectionChanged() was not fully converted from Qt3 to Qt4 in r8406.

For Q3ListView, each item is already set to the new selection state when on_lstLayers_selectionChanged is called. For QTreeWidget, each item still has the old selection state and selectedItems() must be used to get the new selection state.

comment:2 by telwertowski, 16 years ago

Resolution: fixed
Status: newclosed

Fixed by r8628.

Note: See TracTickets for help on using tickets.