mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
*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:
parent
17ad76b160
commit
754e7c71fd
2 changed files with 1 additions and 1 deletions
|
|
@ -198,6 +198,7 @@ void IconDes::MainToolBar(Bar& bar)
|
|||
void IconDes::SetBar()
|
||||
{
|
||||
toolbar.Set(THISBACK(MainToolBar));
|
||||
SetSb();
|
||||
}
|
||||
|
||||
struct CachedIconImage : public Display {
|
||||
|
|
|
|||
|
|
@ -280,7 +280,6 @@ void IconDes::Colorize()
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void IconDes::FreeRotate()
|
||||
{
|
||||
WithFreeRotateLayout<TopWindow> dlg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue