mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
Removed unecessary SetFoucs from DropGrid
git-svn-id: svn://ultimatepp.org/upp/trunk@1177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
299699c5ea
commit
af9eaa3fdf
1 changed files with 0 additions and 4 deletions
|
|
@ -24,7 +24,6 @@ void DropGrid::PopUpGrid::PopUp(Ctrl *owner, const Rect &r)
|
|||
Close();
|
||||
SetRect(r);
|
||||
Ctrl::PopUp(owner, true, true, GUI_DropShadows());
|
||||
SetFocus();
|
||||
}
|
||||
|
||||
void DropGrid::PopUpGrid::CloseNoData()
|
||||
|
|
@ -95,7 +94,6 @@ void DropGrid::Close()
|
|||
Rect r = list.GetRect();
|
||||
list_width = r.Width();
|
||||
list_height = r.Height();
|
||||
SetFocus();
|
||||
}
|
||||
|
||||
void DropGrid::CloseData()
|
||||
|
|
@ -654,7 +652,6 @@ MultiButton::SubButton& DropGrid::GetButton(int n)
|
|||
void DropGrid::DoClearValue()
|
||||
{
|
||||
ClearValue();
|
||||
SetFocus();
|
||||
}
|
||||
|
||||
void DropGrid::ClearValue()
|
||||
|
|
@ -667,7 +664,6 @@ void DropGrid::ClearValue()
|
|||
UpdateActionRefresh();
|
||||
else
|
||||
UpdateRefresh();
|
||||
SetFocus();
|
||||
}
|
||||
|
||||
void DropGrid::Reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue