diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-01-06 19:25:28 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-01-06 19:25:28 +0000 |
| commit | 088d4ff31849c5bbf93853fb5327743490a2493f (patch) | |
| tree | aca7f5370d60de67a87fac50d56ee117e0c2168e /src/ui/view/edit-widget.cpp | |
| parent | An update of czech translation of interface (diff) | |
| download | inkscape-088d4ff31849c5bbf93853fb5327743490a2493f.tar.gz inkscape-088d4ff31849c5bbf93853fb5327743490a2493f.zip | |
Special #ifdef win32 code to enable Dialogs on Top for windows. Note the removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note!
(bzr r2138)
Diffstat (limited to 'src/ui/view/edit-widget.cpp')
| -rw-r--r-- | src/ui/view/edit-widget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/view/edit-widget.cpp b/src/ui/view/edit-widget.cpp index 0053ea1b7..187ec04fa 100644 --- a/src/ui/view/edit-widget.cpp +++ b/src/ui/view/edit-widget.cpp @@ -1152,11 +1152,9 @@ EditWidget::setPosition (NR::Point p) void EditWidget::setTransient (void* p, int i) { -#ifndef WIN32 gtk_window_set_transient_for (static_cast<GtkWindow*>(p), this->gobj()); if (i==2) this->Gtk::Window::present(); -#endif } NR::Point |
