diff options
author | Rr42 | 2018-06-26 23:21:33 +0530 |
---|---|---|
committer | Rr42 | 2018-06-26 23:21:33 +0530 |
commit | c70ccfc936bdb59c4934111db79ea0205d8c5dc8 (patch) | |
tree | c71b91fffe41aaf3efa8bb9ba5df388704520e76 /ldmicro/simulate.cpp | |
parent | 9673954adfd5a563072e085df5e09d427557466b (diff) | |
download | LDMicroGtk-c70ccfc936bdb59c4934111db79ea0205d8c5dc8.tar.gz LDMicroGtk-c70ccfc936bdb59c4934111db79ea0205d8c5dc8.tar.bz2 LDMicroGtk-c70ccfc936bdb59c4934111db79ea0205d8c5dc8.zip |
iolist.cpp ported, io pin selection dialog added.
Diffstat (limited to 'ldmicro/simulate.cpp')
-rw-r--r-- | ldmicro/simulate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldmicro/simulate.cpp b/ldmicro/simulate.cpp index a3faf38..0b3c206 100644 --- a/ldmicro/simulate.cpp +++ b/ldmicro/simulate.cpp @@ -902,8 +902,8 @@ void ShowUartSimulationWindow(void) if(TerminalW > 800) TerminalW = 100; if(TerminalH > 800) TerminalH = 100; - UartSimulationWindow = CreateWindowClient(GTK_WINDOW_TOPLEVEL, "UART Simulation (Terminal)", - TerminalX, TerminalY, TerminalW, TerminalH, NULL); + UartSimulationWindow = CreateWindowClient(GTK_WINDOW_TOPLEVEL, GDK_WINDOW_TYPE_HINT_NORMAL, + "UART Simulation (Terminal)", TerminalX, TerminalY, TerminalW, TerminalH, NULL); /// remove close button gtk_window_set_deletable (GTK_WINDOW(UartSimulationWindow), FALSE); |