mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-02 06:06:59 -06:00
CtrlCore: GetScreenSize deprecated, implemented using GetVirtualScreenArea
git-svn-id: svn://ultimatepp.org/upp/trunk@5961 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1e5177bdb2
commit
31e449f785
8 changed files with 8 additions and 30 deletions
|
|
@ -740,9 +740,6 @@ SqlConsole::SqlConsole(SqlSession& session)
|
|||
Add(schema.BottomPos(0, ecy).RightPos(0, 80));
|
||||
schema.SetLabel(t_("&Schema"));
|
||||
schema <<= THISBACK(ObjectTree);
|
||||
// hide = callback(this, &SqlConsole::Hide);
|
||||
// Size sz = Stock.GetScreenSize();
|
||||
// SetRect((sz.cx - 600) / 2, (sz.cy - 400) / 2, 600, 400);
|
||||
ActiveFocus(command);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue