mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-02 22:03:19 -06:00
.cosmetics #798
git-svn-id: svn://ultimatepp.org/upp/trunk@7469 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
398a7be0a4
commit
45c19ee3b8
2 changed files with 6 additions and 0 deletions
|
|
@ -449,6 +449,7 @@ public:
|
|||
virtual bool FileRemove();
|
||||
virtual void DragAndDrop(Point p, PasteClip& d);
|
||||
virtual void Deactivate();
|
||||
virtual void Layout();
|
||||
|
||||
virtual void PutConsole(const char *s);
|
||||
virtual void PutVerbose(const char *s);
|
||||
|
|
|
|||
|
|
@ -313,6 +313,11 @@ void SetupError(ArrayCtrl& error, const char *s)
|
|||
error.NoWantFocus();
|
||||
}
|
||||
|
||||
void Ide::Layout()
|
||||
{
|
||||
display.Show(menubar.GetSize().cx + display.GetSize().cx < GetSize().cx);
|
||||
}
|
||||
|
||||
Ide::Ide()
|
||||
{
|
||||
editor.theide = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue