mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Made GOptions modal to main Luppp window
This commit is contained in:
parent
b109e8776d
commit
48bbbf9dfa
1 changed files with 2 additions and 0 deletions
|
@ -357,6 +357,8 @@ OptionsWindow::OptionsWindow()
|
|||
{
|
||||
window = new Fl_Double_Window(400,400,"Options");
|
||||
|
||||
window->set_modal();
|
||||
|
||||
tabs = new Fl_Tabs(0, 0, 400, 400);
|
||||
|
||||
int x, y, w, h;
|
||||
|
|
Loading…
Add table
Reference in a new issue