mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Controls4U_Demo: Aesthetic changes
git-svn-id: svn://ultimatepp.org/upp/trunk@11160 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
82fe336cb5
commit
710da312ea
1 changed files with 3 additions and 2 deletions
|
|
@ -54,6 +54,7 @@ void Controls4U_Demo::Timer() {
|
|||
timerOn = true;
|
||||
staticClock_Demo.UpdateInfo();
|
||||
timerOn = false;
|
||||
|
||||
#if defined(PLATFORM_WIN32)
|
||||
firefox_Demo.UpdateInfo();
|
||||
iexplorer_Demo.UpdateInfo();
|
||||
|
|
@ -189,7 +190,7 @@ Meter_Demo::Meter_Demo() {
|
|||
FileBrowser_Demo::FileBrowser_Demo() {
|
||||
CtrlLayout(*this);
|
||||
|
||||
browser.SetReadOnly().SetUseTrashBin().SetBrowseLinks().SetDeleteReadOnly()./*SetAskBeforeDelete().*/SetDragAndDrop();
|
||||
browser.SetReadOnly().SetUseTrashBin().SetBrowseLinks().SetDeleteReadOnly().SetDragAndDrop();
|
||||
|
||||
browser.WhenAction = THISBACK(FileOpened);
|
||||
browser.WhenSelected = THISBACK(FileSelected);
|
||||
|
|
@ -248,7 +249,7 @@ void Functions4U_Demo::OnSet() {
|
|||
|
||||
userEquation.SetData(myqtf);
|
||||
}
|
||||
|
||||
|
||||
PainterCanvas_Demo::PainterCanvas_Demo() {
|
||||
CtrlLayout(*this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue