*ide: Fixed issue with scrollbars in IconDes #474

git-svn-id: svn://ultimatepp.org/upp/trunk@6089 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-05-22 06:29:57 +00:00
parent 17ad76b160
commit 754e7c71fd
2 changed files with 1 additions and 1 deletions

View file

@ -198,6 +198,7 @@ void IconDes::MainToolBar(Bar& bar)
void IconDes::SetBar()
{
toolbar.Set(THISBACK(MainToolBar));
SetSb();
}
struct CachedIconImage : public Display {

View file

@ -280,7 +280,6 @@ void IconDes::Colorize()
}
}
void IconDes::FreeRotate()
{
WithFreeRotateLayout<TopWindow> dlg;