mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
GridCtrl: reverted issue with select_all
git-svn-id: svn://ultimatepp.org/upp/trunk@6571 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
67714973af
commit
ed38f37059
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ void GridCtrl::MovingMenu(Bar &bar)
|
|||
|
||||
void GridCtrl::SelectMenu(Bar &bar)
|
||||
{
|
||||
bar.Add(total_rows > fixed_rows, RowFormat(t_("Select all")), CtrlImg::select_all(), THISBACK(DoSelectAll))
|
||||
bar.Add(total_rows > fixed_rows, RowFormat(t_("Select all")), THISBACK(DoSelectAll))
|
||||
.Image(GridImg::SelectAll())
|
||||
.Help(t_("Select all table rows"))
|
||||
.Key(K_CTRL_A);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue