mirror of
https://github.com/buggins/dlangide.git
synced 2025-05-13 14:15:46 +03:00
fixes
This commit is contained in:
parent
11a0809158
commit
cc5de29b02
2 changed files with 3 additions and 0 deletions
2
frame.d
2
frame.d
|
@ -8,6 +8,8 @@ import dlangui.widgets.controls;
|
|||
import dlangui.dialogs.dialog;
|
||||
import dlangui.dialogs.filedlg;
|
||||
|
||||
import dlangide.ui.commands;
|
||||
|
||||
import std.conv;
|
||||
|
||||
enum : int {
|
||||
|
|
|
@ -4,6 +4,7 @@ import dlangui.all;
|
|||
import std.stdio;
|
||||
import std.conv;
|
||||
import dlangide.ui.frame;
|
||||
import dlangide.ui.commands;
|
||||
|
||||
|
||||
mixin APP_ENTRY_POINT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue