#916 closed defect (fixed)
Attribute table name not displayed
Reported by: | cdavila | Owned by: | nobody |
---|---|---|---|
Priority: | major: does not work as expected | Milestone: | |
Component: | GUI | Version: | Trunk |
Keywords: | attribute, layer name | Cc: | cdavilam@… |
Must Fix for Release: | No | Platform: | Debian |
Platform Version: | testing | Awaiting user input: | no |
Description
According to code in qgslegendlayerfile.cpp (see below), it's supposed that the name of layers should appear in the title bar of Attribute table dialog, but it doesn't appear.
mTableDisplay->setTitle(tr("Attribute table - ") + name()); mTableDisplay->show();
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | Attribute_table.png added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed in r8259