Solve bug of scrollbar and window when there is a lot of operations in AccountPanel
This commit is contained in:
@@ -146,6 +146,7 @@ AccountPanel::AccountPanel(KissCount* kiss, wxUI *parent) : KissPanel(kiss, pare
|
||||
Fit();
|
||||
|
||||
SetMinSize(wxSize(rect.width-rect.x-15, rect.height-rect.y-128-25));
|
||||
SetMaxSize(wxSize(rect.width-rect.x-15, rect.height-rect.y-128-25));
|
||||
SetScrollbars(10, 10, 100/10, 100/10);
|
||||
}
|
||||
|
||||
@@ -573,6 +574,8 @@ void AccountPanel::UpdateStats()
|
||||
void AccountPanel::OnOperationModified(wxGridEvent& event)
|
||||
{
|
||||
UpdateStats();
|
||||
|
||||
Fit();
|
||||
}
|
||||
|
||||
void AccountPanel::OnAccountModified(wxGridEvent& event)
|
||||
|
Reference in New Issue
Block a user